| Index: src/log-utils.h
|
| diff --git a/src/log-utils.h b/src/log-utils.h
|
| index 3e25b0e75744fd13a978d053baff14a9de3e308d..b769e9046f21d12b0ec49a040fd63253350e8811 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)();
|
|
|
|
|