Selaa lähdekoodia

Removed legacy comments

git-svn-id: https://svn.inf.ethz.ch/svn/lecturers/a2/trunk@8013 8c9fc860-2736-0410-a75d-ab315db34111
negelef 7 vuotta sitten
vanhempi
commit
d394a94a61
1 muutettua tiedostoa jossa 1 lisäystä ja 5 poistoa
  1. 1 5
      source/FoxScanner.Mod

+ 1 - 5
source/FoxScanner.Mod

@@ -285,11 +285,7 @@ TYPE
 		diagnostics: Diagnostics.Diagnostics;   (* error logging *)
 
 		ch-: CHAR;   (* look-ahead character *)
-		position-: Position;
-		(*
-		position-: LONGINT;   (* current position *)
-		line-: LONGINT;
-		*)
+		position-: Position;  (* current position *)
 
 		error-: BOOLEAN;   (* if error occured during scanning *)