Skip to content

Commit

Permalink
Eliminate unneeded declaration.
Browse files Browse the repository at this point in the history
  • Loading branch information
dnbaker committed Feb 25, 2018
1 parent 15df986 commit 098e49f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion johncena.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
#endif

int main(int argc, char *argv[]) {
const char *val = "";
std::string data;
data.reserve(_BUF_SZ__);
while(data.size() < _BUF_SZ__) data.push_back('\n');
Expand Down

0 comments on commit 098e49f

Please sign in to comment.