From d40636f5afe6f249fa1986b0c0fa23c0a022d648 Mon Sep 17 00:00:00 2001 From: Daniel Larimer Date: Fri, 12 Jul 2013 01:19:07 -0400 Subject: [PATCH] removing header for defucnt super_fast_hash --- include/fc/crypto/super_fast_hash.hpp | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 include/fc/crypto/super_fast_hash.hpp 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 ); -} - -