diff options
author | David Cournapeau <cournape@gmail.com> | 2009-07-20 04:41:38 +0000 |
---|---|---|
committer | David Cournapeau <cournape@gmail.com> | 2009-07-20 04:41:38 +0000 |
commit | 22ff6146e57a1375652700892b3877d28e4fd151 (patch) | |
tree | 8430af4a740e48b62bd3e0962e022f0192024708 | |
parent | 710154229c40e9c24a84645bbee07e894e725a9a (diff) | |
download | numpy-22ff6146e57a1375652700892b3877d28e4fd151.tar.gz |
Remove obsolete comments.
-rw-r--r-- | numpy/core/src/npymath/npy_math.c.src | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/numpy/core/src/npymath/npy_math.c.src b/numpy/core/src/npymath/npy_math.c.src index 4a4812fbc..f0362a639 100644 --- a/numpy/core/src/npymath/npy_math.c.src +++ b/numpy/core/src/npymath/npy_math.c.src @@ -309,11 +309,6 @@ static @type@ modf@c@(@type@ x, @type@ *iptr) /**end repeat**/ /* - * Useful constants in three precisions: - * XXX: those should really be in the header - */ - -/* * Non standard functions */ |