diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-08-23 23:36:06 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-08-23 23:36:06 +0100 |
| commit | c2ad65492410eb40de5fea037a39c7a1a0693a43 (patch) | |
| tree | 6c6a9071cc42fda0524dde2aec7d17b8dc529f39 /src/lib/update.cc | |
| parent | 8c7a308c03e4b4196b4e2379a26d432b100ae2b1 (diff) | |
Fix some errant stringstreams.
Diffstat (limited to 'src/lib/update.cc')
| -rw-r--r-- | src/lib/update.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/update.cc b/src/lib/update.cc index 0146df484..c50022091 100644 --- a/src/lib/update.cc +++ b/src/lib/update.cc @@ -32,7 +32,6 @@ using std::cout; using std::min; using std::string; -using std::stringstream; using dcp::raw_convert; /** Singleton instance */ |
