Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 14ca2cb

Browse files
committed
DOC: Remove dead comments [f2py]
1 parent 3fd12f3 commit 14ca2cb

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

numpy/f2py/crackfortran.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2398,8 +2398,6 @@ def _calc_depend_dict(vars):
23982398

23992399

24002400
def get_sorted_names(vars):
2401-
"""
2402-
"""
24032401
depend_dict = _calc_depend_dict(vars)
24042402
names = []
24052403
for name in list(depend_dict.keys()):
@@ -3218,11 +3216,6 @@ def true_intent_list(var):
32183216

32193217

32203218
def vars2fortran(block, vars, args, tab='', as_interface=False):
3221-
"""
3222-
TODO:
3223-
public sub
3224-
...
3225-
"""
32263219
setmesstext(block)
32273220
ret = ''
32283221
nout = []

0 commit comments

Comments
 (0)