parser: delete dead code
parent
745413331b
commit
ac7824b669
|
@ -1042,9 +1042,6 @@ fn (p mut Parser) get_type() string {
|
||||||
typ += '__$p.lit'
|
typ += '__$p.lit'
|
||||||
}
|
}
|
||||||
mut t := p.table.find_type(typ)
|
mut t := p.table.find_type(typ)
|
||||||
if typ == 'V' {
|
|
||||||
//println('QQ V res=$t.name')
|
|
||||||
}
|
|
||||||
// "typ" not found? try "mod__typ"
|
// "typ" not found? try "mod__typ"
|
||||||
if t.name == '' && !p.builtin_mod {
|
if t.name == '' && !p.builtin_mod {
|
||||||
// && !p.first_pass() {
|
// && !p.first_pass() {
|
||||||
|
|
Loading…
Reference in New Issue