license: remove FSF postal address from boiler plate license text
[pulseview.git] / test / util.cpp
index 21a32c5ebb3233760beced2a304bfecec5a7367f..7ff2a31649ac4003a8aa0ffa1372489725ad5444 100644 (file)
@@ -14,8 +14,7 @@
  * GNU General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
 #include <boost/test/unit_test.hpp>
@@ -32,13 +31,13 @@ namespace {
        pv::util::SIPrefix unspecified = pv::util::SIPrefix::unspecified;
        pv::util::SIPrefix yocto       = pv::util::SIPrefix::yocto;
        pv::util::SIPrefix nano        = pv::util::SIPrefix::nano;
-       pv::util::SIPrefix micro       = pv::util::SIPrefix::micro;
+/*     pv::util::SIPrefix micro       = pv::util::SIPrefix::micro; // Not currently used */
        pv::util::SIPrefix milli       = pv::util::SIPrefix::milli;
        pv::util::SIPrefix none        = pv::util::SIPrefix::none;
        pv::util::SIPrefix kilo        = pv::util::SIPrefix::kilo;
        pv::util::SIPrefix yotta       = pv::util::SIPrefix::yotta;
 
-       pv::util::TimeUnit Time = pv::util::TimeUnit::Time;
+/*     pv::util::TimeUnit Time = pv::util::TimeUnit::Time; // Not currently used */
 }
 
 BOOST_AUTO_TEST_SUITE(UtilTest)