diff options
| author | azidar | 2016-01-14 15:00:33 -0800 |
|---|---|---|
| committer | azidar | 2016-01-16 14:28:18 -0800 |
| commit | 03cf32b5e17eb306e8fe681ef245b5f528306e61 (patch) | |
| tree | 4ed02def04e2c6a8287a972c51ec4cba24a9c8f5 /src/main/stanza/errors.stanza | |
| parent | af593edd19d763a4399f4bc38109d2f904ffb8c2 (diff) | |
Sped up some passes. Added global mname to allow easy per-module hashes for accellerating functions
Diffstat (limited to 'src/main/stanza/errors.stanza')
| -rw-r--r-- | src/main/stanza/errors.stanza | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main/stanza/errors.stanza b/src/main/stanza/errors.stanza index f299d697..9c5043f2 100644 --- a/src/main/stanza/errors.stanza +++ b/src/main/stanza/errors.stanza @@ -38,7 +38,6 @@ public defmethod pass (b:CheckHighForm) -> (Circuit -> Circuit) : check-high-for public defmethod name (b:CheckHighForm) -> String : "High Form Check" public defmethod short-name (b:CheckHighForm) -> String : "high-form-check" -var mname = "" var sinfo! = FileInfo() ;----------------- Errors ------------------------ |
