From 01c0dba97cdec3b1358c75ad6237d0828cdcbde1 Mon Sep 17 00:00:00 2001 From: Francis Dupont Date: Mon, 26 Mar 2018 16:29:45 +0200 Subject: [PATCH] [master] Removed duplicate line --- src/bin/perfdhcp/test_control.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/src/bin/perfdhcp/test_control.cc b/src/bin/perfdhcp/test_control.cc index 011894b6f9..9038e3ac43 100644 --- a/src/bin/perfdhcp/test_control.cc +++ b/src/bin/perfdhcp/test_control.cc @@ -61,7 +61,6 @@ TestControl::waitToExit() const { // Init the end time if it hasn't started yet if (exit_time.is_not_a_date_time()) { - CommandOptions& options = CommandOptions::instance(); exit_time = now + time_duration(microseconds(wait_time)); } -- 2.47.2