diff options
| author | Peter LaFosse <peter@vector35.com> | 2017-11-12 11:35:39 -0500 |
|---|---|---|
| committer | Peter LaFosse <peter@vector35.com> | 2017-11-12 11:35:39 -0500 |
| commit | 32b22a22aaf7b76d47e91ed49a3246b66b431991 (patch) | |
| tree | 90ee3657709a229082d9779eb086ddf27ec1ae1a /interaction.cpp | |
| parent | 382b1353649472bc2088598b3b8b60c096c1e201 (diff) | |
Removed unneeded shadowed variabled
Diffstat (limited to 'interaction.cpp')
| -rw-r--r-- | interaction.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
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<BinaryView> view, const string& titl bool InteractionHandler::GetIntegerInput(int64_t& result, const string& prompt, const string& title) { - string input; - while (true) { string input; |
