From 350f5c5decca20a54132867283448fd32226bbc2 Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Thu, 11 Feb 2010 20:24:01 -0800 Subject: Getting hello packets from the usrp2 with ip and mac addrs. Cleaned up the mb build system a bit. --- lib/wax.cpp | 8 -------- 1 file changed, 8 deletions(-) (limited to 'lib/wax.cpp') diff --git a/lib/wax.cpp b/lib/wax.cpp index 24f89288c..c08398c50 100644 --- a/lib/wax.cpp +++ b/lib/wax.cpp @@ -144,11 +144,3 @@ void wax::obj::get(const obj &, obj &){ void wax::obj::set(const obj &, const obj &){ throw std::runtime_error("Cannot call set on wax obj base class"); } - -/*********************************************************************** - * Friends - **********************************************************************/ -std::ostream& operator<<(std::ostream &os, const wax::obj &x){ - os << boost::format("WAX obj (%s)") % x.type().name(); - return os; -} -- cgit v1.2.3