diff --git a/include/fc/crypto/super_fast_hash.hpp b/include/fc/crypto/super_fast_hash.hpp deleted file mode 100644 index ab16390..0000000 --- a/include/fc/crypto/super_fast_hash.hpp +++ /dev/null @@ -1,9 +0,0 @@ -#pragma once -#include - -namespace fc { - uint32_t super_fast_hash (const char * data, int len); - uint32_t super_fast_hash (const fc::string& str ); -} - -