parser: delete dead code

pull/2218/head
hazohelet 2019-10-03 13:06:40 +09:00 committed by Alexander Medvednikov
parent 745413331b
commit ac7824b669
1 changed files with 0 additions and 3 deletions

View File

@ -1042,9 +1042,6 @@ fn (p mut Parser) get_type() string {
typ += '__$p.lit'
}
mut t := p.table.find_type(typ)
if typ == 'V' {
//println('QQ V res=$t.name')
}
// "typ" not found? try "mod__typ"
if t.name == '' && !p.builtin_mod {
// && !p.first_pass() {