From 6f57b27d834027eb801019d15aa84526489512d1 Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Fri, 16 Apr 2021 19:11:50 -0400 Subject: Remove unneeded using statements --- lsh512.cpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'lsh512.cpp') diff --git a/lsh512.cpp b/lsh512.cpp index c3987b63..a6159bec 100644 --- a/lsh512.cpp +++ b/lsh512.cpp @@ -29,12 +29,7 @@ using CryptoPP::byte; using CryptoPP::word32; using CryptoPP::word64; using CryptoPP::rotlFixed; -using CryptoPP::rotrFixed; using CryptoPP::rotlConstant; -using CryptoPP::rotrConstant; - -using CryptoPP::LSH256; -using CryptoPP::Exception; using CryptoPP::LITTLE_ENDIAN_ORDER; using CryptoPP::ConditionalByteReverse; -- cgit v1.2.1