]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[master] Removed duplicate line
authorFrancis Dupont <fdupont@isc.org>
Mon, 26 Mar 2018 14:29:45 +0000 (16:29 +0200)
committerFrancis Dupont <fdupont@isc.org>
Mon, 26 Mar 2018 14:29:45 +0000 (16:29 +0200)
src/bin/perfdhcp/test_control.cc

index 011894b6f96be7228dda663023348234fbc63d5a..9038e3ac430a8c9ce0ba96ac6587953bbf1212e8 100644 (file)
@@ -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));
         }