diff options
Diffstat (limited to 'base/bzip2_error_handler.cc')
-rw-r--r-- | base/bzip2_error_handler.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/base/bzip2_error_handler.cc b/base/bzip2_error_handler.cc index 94a9108..215c0c0 100644 --- a/base/bzip2_error_handler.cc +++ b/base/bzip2_error_handler.cc @@ -10,4 +10,3 @@ extern "C" void bz_internal_error(int errcode) { CHECK(false) << "bzip2 internal error: " << errcode; } - |