diff options
Diffstat (limited to 'gnuradio-runtime/lib/flat_flowgraph.h')
-rw-r--r-- | gnuradio-runtime/lib/flat_flowgraph.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gnuradio-runtime/lib/flat_flowgraph.h b/gnuradio-runtime/lib/flat_flowgraph.h index 83f5d1b78a..deb0fe2c6a 100644 --- a/gnuradio-runtime/lib/flat_flowgraph.h +++ b/gnuradio-runtime/lib/flat_flowgraph.h @@ -90,9 +90,6 @@ private: * start and restarts. */ void setup_buffer_alignment(block_sptr block); - - gr::logger_ptr d_logger; - gr::logger_ptr d_debug_logger; }; } /* namespace gr */ |