Index: src/compiler/typer.h |
diff --git a/src/compiler/typer.h b/src/compiler/typer.h |
index 8511a380b1633349700470c0c468d3b2a9c7cbbf..d4d5744a6eb5da4749f544a6bc11ba3b40c7a868 100644 |
--- a/src/compiler/typer.h |
+++ b/src/compiler/typer.h |
@@ -48,8 +48,6 @@ class Typer { |
Type* singleton_false_; |
Type* singleton_true_; |
Type* singleton_the_hole_; |
- Type* signed32ish_; |
- Type* unsigned32ish_; |
Type* falsish_; |
Type* truish_; |