aboutsummaryrefslogtreecommitdiff
path: root/build2/b.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/b.cxx')
-rw-r--r--build2/b.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/build2/b.cxx b/build2/b.cxx
index f3502b0..83b6aff 100644
--- a/build2/b.cxx
+++ b/build2/b.cxx
@@ -1096,10 +1096,6 @@ main (int argc, char* argv[])
{
// Diagnostics has already been issued.
}
- catch (const system_error& e)
- {
- error << "unhandled system error: " << e.what ();
- }
return 1;
}