diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-10-05 21:02:40 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-10-05 21:02:40 +0200 |
| commit | 4dd450a96c52a74fd207d32d5c32ffb68c2863da (patch) | |
| tree | c347749ab6bed3fa36091621281f67532439abd8 /src | |
| parent | dc2f0bd2cfc228da6aa9e52df7c36645d813d258 (diff) | |
Remove an unnecessary using.
Diffstat (limited to 'src')
| -rw-r--r-- | src/verify.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/verify.cc b/src/verify.cc index e7a55d4c..771898da 100644 --- a/src/verify.cc +++ b/src/verify.cc @@ -88,7 +88,6 @@ using std::string; using std::cout; using std::map; using std::max; -using std::set; using std::shared_ptr; using std::make_shared; using boost::optional; |
