summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrehassachdeva <aquannie@gmail.com>2016-01-07 08:16:05 +0530
committerrehassachdeva <aquannie@gmail.com>2016-01-07 08:16:05 +0530
commit1c3615f16239808d518c0dc86bfc34541fd1ce4a (patch)
tree59f8e42f0e94c0c095cbf30a06ded3834b0ef2f2
parent25c8d1c2d3590c63645d5267807b15be9abd00e4 (diff)
downloadnumpy-1c3615f16239808d518c0dc86bfc34541fd1ce4a.tar.gz
MAINT, STY: Removed unused variable in f2py/f90mod_rules.py
-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