summaryrefslogtreecommitdiff
path: root/sal
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-11-26 13:43:35 +0100
committerStephan Bergmann <sbergman@redhat.com>2013-11-26 13:44:09 +0100
commitfc708d6286e184d7f1b63e4a334d5aa1c7959516 (patch)
tree16fa778b1617fec01e6f79425924ebfad4421f3c /sal
parent6da3bd044fb707f08f01719a80fc648c68c9a535 (diff)
No need for additional << overload here
...non-explicit OString(rtl_String*) ctor already covers that Change-Id: I9e447795ddc585d765b48d1f7f41f3c795aecba2
Diffstat (limited to 'sal')
-rw-r--r--sal/osl/unx/file.cxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/sal/osl/unx/file.cxx b/sal/osl/unx/file.cxx
index 801bca5eacf5..28bea88cb034 100644
--- a/sal/osl/unx/file.cxx
+++ b/sal/osl/unx/file.cxx
@@ -54,13 +54,6 @@
#include <osl/detail/android-bootstrap.h>
#endif
-template< typename charT, typename traits > std::basic_ostream<charT, traits> &
-operator <<(
- std::basic_ostream<charT, traits> & stream, rtl_String * string)
-{
- return stream << rtl_string_getStr(string);
-}
-
/*******************************************************************
*
* FileHandle_Impl interface