summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2013-01-05 14:42:12 -0700
committerCharles Harris <charlesr.harris@gmail.com>2013-01-05 14:42:12 -0700
commit699c69769ca918ab3e972322bc6416278d2c481d (patch)
tree09a5a399cf1a42eeda419bc26b250320c01c5d45
parent05dde0f733419cc7802cd9ea7d03050db120e429 (diff)
downloadnumpy-699c69769ca918ab3e972322bc6416278d2c481d.tar.gz
MAINT: Remove unneeded comment form arrayobject.h
-rw-r--r--numpy/core/include/numpy/arrayobject.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/numpy/core/include/numpy/arrayobject.h b/numpy/core/include/numpy/arrayobject.h
index a84766f63..4f46d6b1a 100644
--- a/numpy/core/include/numpy/arrayobject.h
+++ b/numpy/core/include/numpy/arrayobject.h
@@ -1,14 +1,3 @@
-
-/* This expects the following variables to be defined (besides
- the usual ones from pyconfig.h
-
- SIZEOF_LONG_DOUBLE -- sizeof(long double) or sizeof(double) if no
- long double is present on platform.
- CHAR_BIT -- number of bits in a char (usually 8)
- (should be in limits.h)
-
-*/
-
#ifndef Py_ARRAYOBJECT_H
#define Py_ARRAYOBJECT_H