summaryrefslogtreecommitdiffstats
path: root/src/log-utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/log-utils.h')
-rw-r--r--src/log-utils.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/log-utils.h b/src/log-utils.h
index 3e25b0e7..b769e904 100644
--- a/src/log-utils.h
+++ b/src/log-utils.h
@@ -268,9 +268,6 @@ class LogMessageBuilder BASE_EMBEDDED {
// Write the log message to the log file currently opened.
void WriteToLogFile();
- // Write a null-terminated string to to the log file currently opened.
- void WriteCStringToLogFile(const char* str);
-
// A handler that is called when Log::Write fails.
typedef void (*WriteFailureHandler)();