aboutsummaryrefslogtreecommitdiff
path: root/src/main/stanza/ir-utils.stanza
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/stanza/ir-utils.stanza')
-rw-r--r--src/main/stanza/ir-utils.stanza1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main/stanza/ir-utils.stanza b/src/main/stanza/ir-utils.stanza
index 3e375e81..0c3140ed 100644
--- a/src/main/stanza/ir-utils.stanza
+++ b/src/main/stanza/ir-utils.stanza
@@ -160,7 +160,6 @@ defmethod print (o:OutputStream, w:Width) :
print{o, _} $
match(w) :
(w:UnknownWidth) : "?"
- (w:IntWidth) : width(w)
(w:LongWidth) : width(w)
defmethod print (o:OutputStream, op:PrimOp) :