Przeglądaj źródła

removed redundant import

git-svn-id: https://svn.inf.ethz.ch/svn/lecturers/a2/trunk@6468 8c9fc860-2736-0410-a75d-ab315db34111
felixf 9 lat temu
rodzic
commit
de452b2642
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      source/FoxProgTools.Mod

+ 1 - 1
source/FoxProgTools.Mod

@@ -1,7 +1,7 @@
 MODULE FoxProgTools;   (**  AUTHOR "fof"; PURPOSE "Oberon Compiler: Programming Tools";  **)
 MODULE FoxProgTools;   (**  AUTHOR "fof"; PURPOSE "Oberon Compiler: Programming Tools";  **)
 (* (c) fof ETH Zürich, 2009 *)
 (* (c) fof ETH Zürich, 2009 *)
 
 
-IMPORT Streams,Options,Commands,Files,Strings, Basic := FoxBasic, D := Debugging;
+IMPORT Streams,Options,Commands,Files,Strings, Basic := FoxBasic;
 TYPE
 TYPE
 	NameEntry = POINTER TO RECORD
 	NameEntry = POINTER TO RECORD
 		name: ARRAY 265 OF CHAR;
 		name: ARRAY 265 OF CHAR;