summaryrefslogtreecommitdiffstats
path: root/test/Fortran
diff options
context:
space:
mode:
authorWilliam Blevins <wblevins001@gmail.com>2016-08-10 11:42:01 (GMT)
committerWilliam Blevins <wblevins001@gmail.com>2016-08-10 11:42:01 (GMT)
commit5f7882c1ff04fdd3ef3cc44654a2a69911cb73f0 (patch)
tree855dd777d15f45bb6fbeb93dc4160af09c10d8b7 /test/Fortran
parent2f3daaaff1ad6d5252e1583fd65b2a5fd4a95ca7 (diff)
downloadSCons-5f7882c1ff04fdd3ef3cc44654a2a69911cb73f0.zip
SCons-5f7882c1ff04fdd3ef3cc44654a2a69911cb73f0.tar.gz
SCons-5f7882c1ff04fdd3ef3cc44654a2a69911cb73f0.tar.bz2
Removed deprecate fortran lib handling.
Diffstat (limited to 'test/Fortran')
-rw-r--r--test/Fortran/FORTRAN.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/Fortran/FORTRAN.py b/test/Fortran/FORTRAN.py
index 4a2529c..9a01fa6 100644
--- a/test/Fortran/FORTRAN.py
+++ b/test/Fortran/FORTRAN.py
@@ -87,7 +87,6 @@ test.must_match('test08' + _exe, "This is a .FPP file.\n")
fc = 'f77'
f77 = test.detect_tool(fc)
-FTN_LIB = test.gccFortranLibs()
if f77: