diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-09-26 00:08:46 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-09-26 21:58:12 +0200 |
| commit | 18cb0e914922cd76e9c205e88962816970b5c0cb (patch) | |
| tree | d12196e98d45ce1a5ede81eb7462007988e4559e /src/lib/config.cc | |
| parent | a3d4dfb4357a265d4c3a4bfafe7d17a8ecc72f66 (diff) | |
Remove some unused using statements.
Diffstat (limited to 'src/lib/config.cc')
| -rw-r--r-- | src/lib/config.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/config.cc b/src/lib/config.cc index ed00d274b..15abff391 100644 --- a/src/lib/config.cc +++ b/src/lib/config.cc @@ -56,8 +56,6 @@ using std::list; using std::min; using std::max; using std::remove; -using std::exception; -using std::cerr; using std::shared_ptr; using std::make_shared; using boost::optional; |
