summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2022-03-08 20:56:48 +0100
committerCarl Hetherington <cth@carlh.net>2022-03-08 23:26:47 +0100
commita04c9c056235b136853953dd12e6079d3a4129b1 (patch)
treea086252626a834bd65f15b14a9ec2d1d335c66a5 /src/lib
parent1a3bf8411529e2d6c21244b970c3e5d962396cce (diff)
Cleanup: remove some unused usings.
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/cross_linux.cc1
-rw-r--r--src/lib/cross_osx.cc1
2 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/cross_linux.cc b/src/lib/cross_linux.cc
index ee49d50bc..07a70cc0b 100644
--- a/src/lib/cross_linux.cc
+++ b/src/lib/cross_linux.cc
@@ -58,7 +58,6 @@ using std::make_pair;
using std::pair;
using std::string;
using std::vector;
-using std::wstring;
using boost::optional;
diff --git a/src/lib/cross_osx.cc b/src/lib/cross_osx.cc
index 2dc9b2702..b06f45a77 100644
--- a/src/lib/cross_osx.cc
+++ b/src/lib/cross_osx.cc
@@ -58,7 +58,6 @@ using std::pair;
using std::list;
using std::ifstream;
using std::string;
-using std::wstring;
using std::make_pair;
using std::vector;
using std::cerr;