Skip to content

Commit

Permalink
housekeeping: remove commented out, redundant line
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicholas O'Connor committed Jan 2, 2016
1 parent f8b68fc commit fb00724
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Tilandis/cmdline.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ bool Tilandis::UsingCommandLine(int argc, wchar_t* argv[]) {
else {
wchar_t curflag;
bool lookingforarg = false;
// bool longstr = false; // possibly redundant
std::wstring curargstr; // shorthand for developer convenience. the compiler will probably optimize this one away
for (int curarg = 1; curarg < argc; curarg++) {
curargstr = argv[curarg];
Expand Down

0 comments on commit fb00724

Please sign in to comment.