diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-10-16 10:45:54 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-10-16 10:45:54 +0100 |
| commit | 18a8cd28eab1d63bac7c4e64413dca993e32ccb4 (patch) | |
| tree | 341b110d82bc0f3180a3477e1401d32d26ebe07b /src | |
| parent | ecc39f4cafd58717c5697fb0be7a697a09f99e74 (diff) | |
Unnecessary using.
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib/internet.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/internet.cc b/src/lib/internet.cc index d1843c460..ad313bd3f 100644 --- a/src/lib/internet.cc +++ b/src/lib/internet.cc @@ -34,7 +34,6 @@ using std::string; using std::list; -using std::cout; using boost::optional; using boost::function; using boost::algorithm::trim; |
