diff options
author | bloodstalker <thabogre@gmail.com> | 2017-05-30 14:43:34 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2017-05-30 14:43:34 +0000 |
commit | 36a79984514f3f1f769ab476d699c36e59d3bac8 (patch) | |
tree | d5bb28557e619f3a7cae85613aca354f99510b73 /bruiser/bruiser.cpp | |
parent | added reliquary (diff) | |
download | mutator-36a79984514f3f1f769ab476d699c36e59d3bac8.tar.gz mutator-36a79984514f3f1f769ab476d699c36e59d3bac8.zip |
nothing
Diffstat (limited to '')
-rw-r--r-- | bruiser/bruiser.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bruiser/bruiser.cpp b/bruiser/bruiser.cpp index 4e2fae4..13d63b7 100644 --- a/bruiser/bruiser.cpp +++ b/bruiser/bruiser.cpp @@ -813,7 +813,6 @@ int main(int argc, const char **argv) linenoiseHistoryAdd(command); linenoiseHistorySave(SHELL_HISTORY_FILE); - //std::cin.getline(command, sizeof(command)); std::string dummy_string(command); shHistory.History.push_back(command); |