Removed sha-256 hash from test
[libcds.git] / tests / hashing / hash_func.h
index 8dd23abab83c515d6fcd5f229c484dfc21fe74b8..0cb77168ab1045abb05b613b47e23bd0d197b0bf 100644 (file)
@@ -5,7 +5,6 @@
 
 #include <cds/details/defs.h>
 
-#include "hashing/sha256.h"
 #include "hashing/md5.h"
 #if CDS_BUILD_BITS == 64
 #   include "hashing/city.h"
@@ -43,7 +42,6 @@ namespace hashing {
         }
     };
 
-    typedef hasher<SHA256> sha256;
     typedef hasher<MD5> md5;
 
 #if CDS_BUILD_BITS == 64