removed is_running method from gr_top_block
[debian/gnuradio] / gnuradio-core / src / lib / runtime / gr_top_block_impl_sts.cc
index 39289ce5b2c955f02e0c7031379519be841ca0e4..b3e9da6275e4d5420c3ca73866ba06f1b6fe52e2 100644 (file)
@@ -85,8 +85,6 @@ gr_top_block_impl_sts::start_threads()
       std::cout << "start_threads: starting " << thread << std::endl;
     thread->start();
   }
-
-  d_running = true;
 }
 
 /*