Skip to content

Commit

Permalink
Revising the redundant code
Browse files Browse the repository at this point in the history
No need std::cin here.
  • Loading branch information
Hierom authored Apr 22, 2018
1 parent 3dadcd6 commit 3ffb76a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ch03/ex3_1a.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

#include <iostream>

using std::cin;
using std::cout;
using std::endl;

Expand Down

0 comments on commit 3ffb76a

Please sign in to comment.