Browse Source

Cleaned up code.

Brucey 2 years ago
parent
commit
88aa6c2aeb
1 changed files with 0 additions and 5 deletions
  1. 0 5
      translator.bmx

+ 0 - 5
translator.bmx

@@ -2061,11 +2061,6 @@ End Rem
 		func.line = line
 
 		funcInfo.funcs :+ [func]
-
-		' Don't add duplicate lines
-		'If Not lineInfo.lines.Length Or lineInfo.lines[lineInfo.lines.Length-1] <> line Then
-		'	lineInfo.lines :+ [line]
-		'End If
 	End Method
 
 	Method EmitClassDeclDeleteDtor( classDecl:TClassDecl )