From 32b22a22aaf7b76d47e91ed49a3246b66b431991 Mon Sep 17 00:00:00 2001 From: Peter LaFosse Date: Sun, 12 Nov 2017 11:35:39 -0500 Subject: Removed unneeded shadowed variabled --- interaction.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'interaction.cpp') diff --git a/interaction.cpp b/interaction.cpp index fb4eb6d4..2f84c4ec 100644 --- a/interaction.cpp +++ b/interaction.cpp @@ -119,8 +119,6 @@ void InteractionHandler::ShowHTMLReport(Ref view, const string& titl bool InteractionHandler::GetIntegerInput(int64_t& result, const string& prompt, const string& title) { - string input; - while (true) { string input; -- cgit v1.3.1