Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(380)

Unified Diff: third_party/WebKit/Source/wtf/DataLog.cpp

Issue 1936893002: remove unused WTF::dataLogFString function (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/WebKit/Source/wtf/DataLog.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « third_party/WebKit/Source/wtf/DataLog.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698