removing header for defucnt super_fast_hash

This commit is contained in:
Daniel Larimer 2013-07-12 01:19:07 -04:00
parent bb263d2903
commit d40636f5af

View file

@ -1,9 +0,0 @@
#pragma once
#include <fc/string.hpp>
namespace fc {
uint32_t super_fast_hash (const char * data, int len);
uint32_t super_fast_hash (const fc::string& str );
}