summaryrefslogtreecommitdiff
path: root/Source/WTF/wtf/text/WTFString.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WTF/wtf/text/WTFString.h')
-rw-r--r--Source/WTF/wtf/text/WTFString.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/Source/WTF/wtf/text/WTFString.h b/Source/WTF/wtf/text/WTFString.h
index 957bfc684..90b3272a3 100644
--- a/Source/WTF/wtf/text/WTFString.h
+++ b/Source/WTF/wtf/text/WTFString.h
@@ -356,11 +356,7 @@ public:
// Use convertToASCIILowercase instead if ASCII case insensitive comparison is desired.
WTF_EXPORT_STRING_API String foldCase() const;
-#if !PLATFORM(QT)
WTF_EXPORT_STRING_API static String format(const char *, ...) WTF_ATTRIBUTE_PRINTF(1, 2);
-#else
- WTF_EXPORT_STRING_API static String format(const char *, ...);
-#endif
// Returns an uninitialized string. The characters needs to be written
// into the buffer returned in data before the returned string is used.