Skip to content

Commit 6d3763b

Browse files
committed
Remove duplicate var
1 parent 392feb4 commit 6d3763b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/compiler/ast-node-typeini.bas

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -556,7 +556,6 @@ private sub hFlushExprStatic( byval n as ASTNODE ptr, byval basesym as FBSYMBOL
556556
end if
557557
'' literal string..
558558
else
559-
var sdtype = symbGetType( sym )
560559
'' not a wstring?
561560
if( sdtype <> FB_DATATYPE_WCHAR ) then
562561
'' convert?

0 commit comments

Comments
 (0)