diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-03-08 20:56:48 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-03-08 23:26:47 +0100 |
| commit | a04c9c056235b136853953dd12e6079d3a4129b1 (patch) | |
| tree | a086252626a834bd65f15b14a9ec2d1d335c66a5 /src/lib/cross_linux.cc | |
| parent | 1a3bf8411529e2d6c21244b970c3e5d962396cce (diff) | |
Cleanup: remove some unused usings.
Diffstat (limited to 'src/lib/cross_linux.cc')
| -rw-r--r-- | src/lib/cross_linux.cc | 1 |
1 files changed, 0 insertions, 1 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; |
