summaryrefslogtreecommitdiff
path: root/src/base/types.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/base/types.cc')
-rw-r--r--src/base/types.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/base/types.cc b/src/base/types.cc
index 38b6bf2b2..ee918a4ed 100644
--- a/src/base/types.cc
+++ b/src/base/types.cc
@@ -30,8 +30,6 @@
#include "base/types.hh"
-#ifndef SWIG // keep the operators away from SWIG
-
std::ostream&
operator<<(std::ostream &out, const Cycles & cycles)
{
@@ -39,5 +37,3 @@ operator<<(std::ostream &out, const Cycles & cycles)
return out;
}
-#endif // SWIG not touching operators
-