From: Francis Dupont Date: Mon, 18 May 2015 11:20:46 +0000 (+0200) Subject: [3839] Added another unused exception variable X-Git-Tag: trac3911_base^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3a738842507872fcf9a6415772a03c6bf4d3b5df;p=thirdparty%2Fkea.git [3839] Added another unused exception variable --- diff --git a/src/bin/perfdhcp/stats_mgr.h b/src/bin/perfdhcp/stats_mgr.h index 7486b9e5e1..fd639a8637 100644 --- a/src/bin/perfdhcp/stats_mgr.h +++ b/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; } }