]> sigrok.org Git - pulseview.git/blobdiff - test/data/decoderstack.cpp
Remove unused "using" declarations.
[pulseview.git] / test / data / decoderstack.cpp
index 8af1c619d320febf6dc5cb3b7ebafbf7ae84a981..3bb2f3eb310d52f525845142cd52baf51e109a8a 100644 (file)
@@ -17,6 +17,8 @@
  * along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
+#if 0
+
 #include <libsigrokdecode/libsigrokdecode.h> /* First, so we avoid a _POSIX_C_SOURCE warning. */
 #include <boost/test/unit_test.hpp>
 
@@ -33,7 +35,6 @@ using pv::view::DecodeTrace;
 using std::shared_ptr;
 using std::vector;
 
-#if 0
 BOOST_AUTO_TEST_SUITE(DecoderStackTest)
 
 BOOST_AUTO_TEST_CASE(TwoDecoderStack)