summaryrefslogtreecommitdiff
path: root/numpy/core/setupscons.py
diff options
context:
space:
mode:
authorDavid Cournapeau <cournape@gmail.com>2008-07-31 16:03:32 +0000
committerDavid Cournapeau <cournape@gmail.com>2008-07-31 16:03:32 +0000
commit76a7161aa8bc7755059b250313778602aa473b6f (patch)
tree730ceae17ebabe92f1b35f04adfb79623ba446f9 /numpy/core/setupscons.py
parent89bd486fe36015751b000ff27ec92ee6cdead116 (diff)
downloadnumpy-76a7161aa8bc7755059b250313778602aa473b6f.tar.gz
Remove add_configres function which did nothing...
Diffstat (limited to 'numpy/core/setupscons.py')
-rw-r--r--numpy/core/setupscons.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/numpy/core/setupscons.py b/numpy/core/setupscons.py
index 83a014e6a..79d3f6b4c 100644
--- a/numpy/core/setupscons.py
+++ b/numpy/core/setupscons.py
@@ -81,7 +81,6 @@ def configuration(parent_package='',top_path=None):
add_numpyconfig_header()
add_array_api()
add_ufunc_api()
- config.add_configres()
config.add_sconscript('SConstruct',
post_hook = add_generated_files,