]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[3839] Added another unused exception variable
authorFrancis Dupont <fdupont@isc.org>
Mon, 18 May 2015 11:20:46 +0000 (13:20 +0200)
committerFrancis Dupont <fdupont@isc.org>
Mon, 18 May 2015 11:20:46 +0000 (13:20 +0200)
src/bin/perfdhcp/stats_mgr.h

index 7486b9e5e10de640a1eca3fb142de964ef0f0a6e..fd639a8637810984daa0f7d9c2d9d9d0d71a4604 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2012-2013 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2012-2013, 2015 Internet Systems Consortium, Inc. ("ISC")
 //
 // Permission to use, copy, modify, and/or distribute this software for any
 // purpose with or without fee is hereby granted, provided that the above
@@ -665,7 +665,7 @@ public:
                      << "std deviation: " << getStdDevDelay() * 1e3 << " ms"
                      << endl
                      << "collected packets: " << getCollectedNum() << endl;
-            } catch (const Exception& e) {
+            } catch (const Exception&) {
                 cout << "Delay summary unavailable! No packets received." << endl;
             }
         }