From ca1171aa80fbe9ea87b8b518adc955c434fa3f16 Mon Sep 17 00:00:00 2001 From: Dane Springmeyer Date: Thu, 9 May 2013 18:12:49 -0700 Subject: [PATCH] no need to cache config error specifically --- demo/c++/rundemo.cpp | 6 ------ 1 file changed, 6 deletions(-) diff --git a/demo/c++/rundemo.cpp b/demo/c++/rundemo.cpp index 1d57495d0..839ab154f 100644 --- a/demo/c++/rundemo.cpp +++ b/demo/c++/rundemo.cpp @@ -34,7 +34,6 @@ #include #include #include -#include #if defined(HAVE_CAIRO) #include @@ -313,11 +312,6 @@ int main ( int argc , char** argv) #endif } - catch ( const mapnik::config_error & ex ) - { - std::cerr << "### Configuration error: " << ex.what() << std::endl; - return EXIT_FAILURE; - } catch ( const std::exception & ex ) { std::cerr << "### std::exception: " << ex.what() << std::endl;