]> Dogcows Code - chaz/yoink/blobdiff - src/stlplus/strings/print_string.cpp
remove some unused stlplus modules
[chaz/yoink] / src / stlplus / strings / print_string.cpp
diff --git a/src/stlplus/strings/print_string.cpp b/src/stlplus/strings/print_string.cpp
deleted file mode 100644 (file)
index acd25b7..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-////////////////////////////////////////////////////////////////////////////////
-
-//   Author:    Andy Rushton
-//   Copyright: (c) Southampton University 1999-2004
-//              (c) Andy Rushton           2004-2009
-//   License:   BSD License, see ../docs/license.html
-
-////////////////////////////////////////////////////////////////////////////////
-#include "print_string.hpp"
-
-namespace stlplus
-{
-
-  ////////////////////////////////////////////////////////////////////////////////
-  // strings
-
-  void print_string(std::ostream& device, const std::string& value)
-  {
-    device << value;
-  }
-
-} // end namespace stlplus
This page took 0.022941 seconds and 4 git commands to generate.