diff options
author | Josh Blum <josh@joshknows.com> | 2010-02-11 20:24:01 -0800 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-02-11 20:24:01 -0800 |
commit | 350f5c5decca20a54132867283448fd32226bbc2 (patch) | |
tree | 261ec83435d3625ea307e21813ea814113278b79 /lib/wax.cpp | |
parent | 6c7d9f1f7573fc73522499573560bf1aef64f414 (diff) | |
download | uhd-350f5c5decca20a54132867283448fd32226bbc2.tar.gz uhd-350f5c5decca20a54132867283448fd32226bbc2.tar.bz2 uhd-350f5c5decca20a54132867283448fd32226bbc2.zip |
Getting hello packets from the usrp2 with ip and mac addrs.
Cleaned up the mb build system a bit.
Diffstat (limited to 'lib/wax.cpp')
-rw-r--r-- | lib/wax.cpp | 8 |
1 files changed, 0 insertions, 8 deletions
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; -} |