From ade6558512d57b10a98d8594da2b58f1c763de4c Mon Sep 17 00:00:00 2001
From: Martin Braun <martin.braun@ettus.com>
Date: Sun, 6 May 2018 22:13:02 -0700
Subject: analog: Replace QA test framework w/ Boost UTF

---
 gr-analog/lib/qa_analog.cc | 36 ------------------------------------
 1 file changed, 36 deletions(-)
 delete mode 100644 gr-analog/lib/qa_analog.cc

(limited to 'gr-analog/lib/qa_analog.cc')

diff --git a/gr-analog/lib/qa_analog.cc b/gr-analog/lib/qa_analog.cc
deleted file mode 100644
index c7c975a3e5..0000000000
--- a/gr-analog/lib/qa_analog.cc
+++ /dev/null
@@ -1,36 +0,0 @@
-/*
- * Copyright 2012 Free Software Foundation, Inc.
- *
- * This file is part of GNU Radio
- *
- * GNU Radio is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 3, or (at your option)
- * any later version.
- *
- * GNU Radio is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with GNU Radio; see the file COPYING.  If not, write to
- * the Free Software Foundation, Inc., 51 Franklin Street,
- * Boston, MA 02110-1301, USA.
- */
-
-/*
- * This class gathers together all the test cases for the gr-analog
- * directory into a single test suite.  As you create new test cases,
- * add them here.
- */
-
-#include <qa_analog.h>
-
-CppUnit::TestSuite *
-qa_gr_analog::suite()
-{
-  CppUnit::TestSuite *s = new CppUnit::TestSuite("gr-analog");
-
-  return s;
-}
-- 
cgit v1.2.3