aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/processing/driver.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/examples/processing/driver.cxx b/examples/processing/driver.cxx
index e0f939d..97669c5 100644
--- a/examples/processing/driver.cxx
+++ b/examples/processing/driver.cxx
@@ -129,11 +129,6 @@ main (int argc, char* argv[])
s.end_element (); // object
}
- catch (const ios_base::failure&)
- {
- cerr << "io failure" << endl;
- return 1;
- }
// This handler will handle both parsing (xml::parsing) and serialization
// (xml::serialization) exceptions.
//