summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2020-04-15 21:21:07 +0200
committerCarl Hetherington <cth@carlh.net>2020-04-17 00:42:54 +0200
commit5f4a41f20a189ec2863760cd1f5117435277f40f (patch)
tree36d1814cfe9071150c3b4384d4444f5fa28da153 /test
parente9cca90a162e3e4b1db4a5e5188831beaa69d44e (diff)
Remove some unnecessary using statements.
Diffstat (limited to 'test')
-rw-r--r--test/crypto_test.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/crypto_test.cc b/test/crypto_test.cc
index 586535dfe..d96deafa4 100644
--- a/test/crypto_test.cc
+++ b/test/crypto_test.cc
@@ -26,7 +26,6 @@
using std::string;
using std::list;
-using boost::shared_array;
BOOST_AUTO_TEST_CASE (crypto_test)
{