浏览代码

Leftover debugging code

git-svn-id: https://svn.inf.ethz.ch/svn/lecturers/a2/trunk@6964 8c9fc860-2736-0410-a75d-ab315db34111
felixf 8 年之前
父节点
当前提交
7989e6a382
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      source/Release.Mod

+ 0 - 1
source/Release.Mod

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