Remove redundant implementations ns-3.9-RC3
authorTom Henderson <tomh@tomh.org>
Wed, 18 Aug 2010 15:49:18 -0700
changeset 6621 def4153e27cd
parent 6620 b47b2f59d6a8
child 6622 cee8acbf2a32
Remove redundant implementations
src/simulator/high-precision-cairo.h
--- a/src/simulator/high-precision-cairo.h	Wed Aug 18 15:06:26 2010 -0700
+++ b/src/simulator/high-precision-cairo.h	Wed Aug 18 15:49:18 2010 -0700
@@ -162,17 +162,6 @@
 }
 #undef HPCAIRO_MAX_64
 
-std::ostream &operator << (std::ostream &os, const HighPrecision &hp)
-{
-  // XXX stubbed out
-  return os;
-}
-std::istream &operator >> (std::istream &is, HighPrecision &hp)
-{
-  // XXX stubbed out
-  return is;
-}
-
 } // namespace ns3
 
 #endif /* HIGH_PRECISION_CAIRO_H */