about summary refs log tree commit diff
path: root/src/libcore/core.rc
diff options
context:
space:
mode:
authorBrian Anderson <banderson@mozilla.com>2012-03-10 17:42:53 -0800
committerBrian Anderson <banderson@mozilla.com>2012-03-10 17:43:19 -0800
commit91e5a1c8b3c56979b0d7025e83dc378f3d05b208 (patch)
tree95c31beaa7f2bb39f6306c6555e92173237bb2e0 /src/libcore/core.rc
parent035197609a7f5c604797e5fbbdc6e14c579a026f (diff)
downloadrust-91e5a1c8b3c56979b0d7025e83dc378f3d05b208.tar.gz
rust-91e5a1c8b3c56979b0d7025e83dc378f3d05b208.zip
core: Remove the nearly empty math module
This mod only had two functions, all of whose users have been changed
to use the uint module.
Diffstat (limited to 'src/libcore/core.rc')
-rw-r--r--src/libcore/core.rc3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/libcore/core.rc b/src/libcore/core.rc
index 4edea85dd53..0b3729fac31 100644
--- a/src/libcore/core.rc
+++ b/src/libcore/core.rc
@@ -34,7 +34,7 @@ export either, option, result, iter;
 export libc, os, ctypes, sys, unsafe, logging;
 export comm, task, future;
 export extfmt;
-export math, bessel;
+export bessel;
 export tuple;
 export to_str;
 
@@ -84,7 +84,6 @@ mod os;
 mod path;
 
 mod ctypes;
-mod math;
 mod cmath;
 mod sys;
 mod unsafe;