Index: src/log-utils.cc |
diff --git a/src/log-utils.cc b/src/log-utils.cc |
index 6bba8823e30333330afdd07a5b2630a309950057..813fe7ce17f39984812f85c0708055ceb7dfe048 100644 |
--- a/src/log-utils.cc |
+++ b/src/log-utils.cc |
@@ -66,11 +66,6 @@ void Log::Initialize(const char* log_file_name) { |
// --prof implies --log-code. |
if (FLAG_prof) FLAG_log_code = true; |
- // --prof_lazy controls --log-code. |
- if (FLAG_prof_lazy) { |
- FLAG_log_code = false; |
- } |
- |
// If we're logging anything, we need to open the log file. |
if (Log::InitLogAtStart()) { |
if (strcmp(log_file_name, kLogToConsole) == 0) { |