aboutsummaryrefslogtreecommitdiffstats
path: root/src/3rdparty/masm/wtf/PrintStream.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/3rdparty/masm/wtf/PrintStream.cpp')
-rw-r--r--src/3rdparty/masm/wtf/PrintStream.cpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/3rdparty/masm/wtf/PrintStream.cpp b/src/3rdparty/masm/wtf/PrintStream.cpp
index c6123e1714..3bf362e281 100644
--- a/src/3rdparty/masm/wtf/PrintStream.cpp
+++ b/src/3rdparty/masm/wtf/PrintStream.cpp
@@ -52,16 +52,6 @@ void printInternal(PrintStream& out, const char* string)
out.printf("%s", string);
}
-void printInternal(PrintStream& out, const CString& string)
-{
- out.print(string.data());
-}
-
-void printInternal(PrintStream& out, const String& string)
-{
- out.print(string.utf8());
-}
-
void printInternal(PrintStream& out, bool value)
{
if (value)