commit | 8593fdbacf97261f790ca53ea0ec416f57c987a7 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Sat Apr 21 20:53:44 2012 -0700 |
committer | Elliott Hughes <enh@google.com> | Sat Apr 21 20:53:44 2012 -0700 |
tree | a9c97a2bc41a31c3a7f8f72d5f1c27bb34b8a627 | |
parent | e2f0911dfc7cec7c48ad0dea50f2028ae0f1fd0f [diff] [blame] |
Clean up host aborts (and simplify the code). Change-Id: I6efaf065304459df0e030f242f8d1d2fc6fdec4a
diff --git a/src/logging.cc b/src/logging.cc index 4aacd3b..b0f3055 100644 --- a/src/logging.cc +++ b/src/logging.cc
@@ -55,7 +55,7 @@ // Abort if necessary. if (data_->severity == FATAL) { - Runtime::Abort(data_->file, data_->line_number); + Runtime::Abort(); } delete data_;