Index: third_party/WebKit/Source/wtf/DataLog.cpp |
diff --git a/third_party/WebKit/Source/wtf/DataLog.cpp b/third_party/WebKit/Source/wtf/DataLog.cpp |
index f8b6b94fa7c22c8b135d4ac1eacf7ac9b51c9a19..5d8d9810dbcb1b58b491ae33326d2c32ccd8544c 100644 |
--- a/third_party/WebKit/Source/wtf/DataLog.cpp |
+++ b/third_party/WebKit/Source/wtf/DataLog.cpp |
@@ -99,10 +99,5 @@ void dataLogF(const char* format, ...) |
va_end(argList); |
} |
-void dataLogFString(const char* str) |
-{ |
- dataFile().printf("%s", str); |
-} |
- |
} // namespace WTF |