diff options
| author | Peter LaFosse <peter@vector35.com> | 2018-01-09 16:47:47 -0500 |
|---|---|---|
| committer | Peter LaFosse <peter@vector35.com> | 2018-01-09 16:47:47 -0500 |
| commit | 6ef9dd016c957e796f89f94f00c6d71e2f7589e8 (patch) | |
| tree | 5ab4ab48cf8f47c4e5325f3b3ae4cf9e5e8d5194 /interaction.cpp | |
| parent | 16a4d413d58d2cb29be97781bba0b52546afa390 (diff) | |
| parent | 26edabfdd7211012c7c8a03186d3025eea9aa345 (diff) | |
Merge branch 'dev'
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; |
