summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Compass.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/Compass.cpp b/Compass.cpp
index c5d2a3d..9a27d55 100644
--- a/Compass.cpp
+++ b/Compass.cpp
@@ -112,9 +112,6 @@ void Compass::perform(int argc, char* argv[]) {
catch (const int e) {
std::cerr << ERR_GENERIC << std::endl;
}
- catch (const CryptoPP::Exception& e) {
- std::cerr << ERR_GENERIC << std::endl;
- }
catch (const double e) {
std::cerr << ERR_INPUT << std::endl;
}