Sfoglia il codice sorgente

Leftover debugging code

git-svn-id: https://svn.inf.ethz.ch/svn/lecturers/a2/trunk@6964 8c9fc860-2736-0410-a75d-ab315db34111
felixf 8 anni fa
parent
commit
7989e6a382
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. 0 1
      source/Release.Mod

+ 0 - 1
source/Release.Mod

@@ -449,7 +449,6 @@ TYPE
 					Strings.Append(temp, ": Import # not found in file #");
 					MakeMessage(message, temp, module.imports[i], name);
 					diagnostics.Error(builds.source, pos, Diagnostics.Invalid, message);
-					HALT(100);
 				END;
 			END;
 		END CheckImports;