diff options
author | Rob Savoye | 2010-11-26 17:40:17 -0700 |
---|---|---|
committer | Rob Savoye | 2010-11-26 17:40:17 -0700 |
commit | 28c2d2bf31a088a6748dc030e2c531dbfda3bde1 (patch) | |
tree | 274f81fe2d1044082c76347ce46f7d4860e034f9 | |
parent | 89f5dd30f2aae41ae5d003b47ae561cfdbb95eb8 (diff) | |
download | gnuradio-28c2d2bf31a088a6748dc030e2c531dbfda3bde1.tar.gz gnuradio-28c2d2bf31a088a6748dc030e2c531dbfda3bde1.tar.bz2 gnuradio-28c2d2bf31a088a6748dc030e2c531dbfda3bde1.zip |
XYZZY::clear() dropped
-rw-r--r-- | gr-run-waveform/test_xyzzy.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gr-run-waveform/test_xyzzy.cc b/gr-run-waveform/test_xyzzy.cc index 425a92626..1520c7624 100644 --- a/gr-run-waveform/test_xyzzy.cc +++ b/gr-run-waveform/test_xyzzy.cc @@ -87,7 +87,6 @@ main(int argc, char *argv[]) cout << "FAILED: XYZZY::init()" << endl; } #endif - xyzzy.clear(); // Look for a file to exist, which shouldn't as we haven't loaded the data if (xyzzy_file_exists("srfi/srfi-35.scm")) { |