diff options
| author | Isuru Fernando <isuruf@gmail.com> | 2018-07-07 20:04:13 -0600 |
|---|---|---|
| committer | Isuru Fernando <isuruf@gmail.com> | 2018-07-07 20:04:13 -0600 |
| commit | 02e9602a5723aa3cbe9395290e4c18e439065007 (patch) | |
| tree | b4a0dd712139afa4105ba99dd1b64ab8fb2424d0 /numpy/distutils/tests | |
| parent | 5029514dffe74ed8f30a468c37a156aa6ce4631c (diff) | |
| download | numpy-02e9602a5723aa3cbe9395290e4c18e439065007.tar.gz | |
Remove redundant code
Diffstat (limited to 'numpy/distutils/tests')
| -rw-r--r-- | numpy/distutils/tests/test_fcompiler.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/numpy/distutils/tests/test_fcompiler.py b/numpy/distutils/tests/test_fcompiler.py index 1bd4e50d3..95e44b051 100644 --- a/numpy/distutils/tests/test_fcompiler.py +++ b/numpy/distutils/tests/test_fcompiler.py @@ -29,8 +29,6 @@ def test_fcompiler_flags(monkeypatch): assert_(new_flags == [new_flag]) monkeypatch.setenv('NPY_DISTUTILS_APPEND_FLAGS', '1') - fc = numpy.distutils.fcompiler.new_fcompiler(compiler='none') - flag_vars = fc.flag_vars.clone(lambda *args, **kwargs: None) for opt, envvar in customizable_flags: new_flag = '-dummy-{}-flag'.format(opt) |
