| Index: src/log-utils.cc
|
| diff --git a/src/log-utils.cc b/src/log-utils.cc
|
| index 2d1ce23dc0231dc6b52deda408edb04a553ec444..6112e34fcb5d4f4c20bd1b6b98fc966ebe90093e 100644
|
| --- a/src/log-utils.cc
|
| +++ b/src/log-utils.cc
|
| @@ -86,8 +86,6 @@ void Log::Initialize() {
|
| if (open_log_file) {
|
| if (strcmp(FLAG_logfile, "-") == 0) {
|
| OpenStdout();
|
| - } else if (strcmp(FLAG_logfile, "*") == 0) {
|
| - // Does nothing for now. Will be removed.
|
| } else if (strcmp(FLAG_logfile, kLogToTemporaryFile) == 0) {
|
| OpenTemporaryFile();
|
| } else {
|
|
|