diff options
Diffstat (limited to 'src/comp/util/common.rs')
| -rw-r--r-- | src/comp/util/common.rs | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/comp/util/common.rs b/src/comp/util/common.rs index 51dbfbb1..cbf7aadf 100644 --- a/src/comp/util/common.rs +++ b/src/comp/util/common.rs @@ -5,14 +5,6 @@ type pos = rec(uint line, uint col); type span = rec(str filename, pos lo, pos hi); type spanned[T] = rec(T node, span span); -// FIXME: import std.util.option and use it here. -// import std.util.option; - -tag option[T] { - none; - some(T); -} - tag ty_mach { ty_i8; ty_i16; |