Browse Source

[3839] Added another unused exception variable

Francis Dupont 10 years ago
parent
commit
3a73884250
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/bin/perfdhcp/stats_mgr.h

+ 2 - 2
src/bin/perfdhcp/stats_mgr.h

@@ -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;
             }
         }