diff options
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; -} |