diff options
| author | Brian Anderson <banderson@mozilla.com> | 2012-01-14 02:51:08 -0800 |
|---|---|---|
| committer | Brian Anderson <banderson@mozilla.com> | 2012-01-14 02:51:08 -0800 |
| commit | 26551e54814a13e428de4c7b1118a27fad1462cd (patch) | |
| tree | bd9f5f81a06d680bd0671f6133aa3a89a017267f /src/libstd | |
| parent | a3f5c66484341a279b2c34ca81b3ca214e8a6fdc (diff) | |
libstd: Remove util::void
Diffstat (limited to 'src/libstd')
| -rw-r--r-- | src/libstd/util.rs | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/libstd/util.rs b/src/libstd/util.rs index 7f3bc5b1197..54ffdbcd2db 100644 --- a/src/libstd/util.rs +++ b/src/libstd/util.rs @@ -38,11 +38,6 @@ pure fn rational_leq(x: rational, y: rational) -> bool { x.num * y.den <= y.num * x.den } -// FIXME: Document what this is for or delete it -tag void { - void(@void); -} - // Local Variables: // mode: rust; // fill-column: 78; |
