From 3a738842507872fcf9a6415772a03c6bf4d3b5df Mon Sep 17 00:00:00 2001 From: Francis Dupont Date: Mon, 18 May 2015 13:20:46 +0200 Subject: [PATCH] [3839] Added another unused exception variable --- src/bin/perfdhcp/stats_mgr.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; } } -- 2.47.2