summaryrefslogtreecommitdiff
path: root/numpy
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2016-01-09 10:50:22 -0700
committerCharles Harris <charlesr.harris@gmail.com>2016-01-09 10:50:22 -0700
commitdccda3fc9acd6c1f1d3084cffb4fe6f65c007275 (patch)
tree0f8fd3e2c70dc620cad1f7bd8964416956eb8757 /numpy
parent695e78d4d78038a7f694ab2701f28d84a58db664 (diff)
parent1c3615f16239808d518c0dc86bfc34541fd1ce4a (diff)
downloadnumpy-dccda3fc9acd6c1f1d3084cffb4fe6f65c007275.tar.gz
Merge pull request #6962 from rehassachdeva/BugFixes
MAINT, STY: Removed unused variable in f2py/f90mod_rules.py
Diffstat (limited to 'numpy')
-rw-r--r--numpy/f2py/f90mod_rules.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/f2py/f90mod_rules.py b/numpy/f2py/f90mod_rules.py
index ec3a24839..85eae8047 100644
--- a/numpy/f2py/f90mod_rules.py
+++ b/numpy/f2py/f90mod_rules.py
@@ -49,7 +49,7 @@ def findf90modules(m):
fgetdims1 = """\
external f2pysetdata
logical ns
- integer r,i,j
+ integer r,i
integer(%d) s(*)
ns = .FALSE.
if (allocated(d)) then