summaryrefslogtreecommitdiff
path: root/port/port_posix.h
diff options
context:
space:
mode:
Diffstat (limited to 'port/port_posix.h')
-rw-r--r--port/port_posix.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/port/port_posix.h b/port/port_posix.h
index 7adbc01..c158db1 100644
--- a/port/port_posix.h
+++ b/port/port_posix.h
@@ -13,7 +13,6 @@
#include <string>
#include <cstdatomic>
#include <cstring>
-#include "port/sha1_portable.h"
namespace leveldb {
namespace port {
@@ -73,10 +72,6 @@ class AtomicPointer {
}
};
-inline void SHA1_Hash(const char* data, size_t len, char* hash_array) {
- SHA1_Hash_Portable(data, len, hash_array);
-}
-
// TODO(gabor): Implement actual compress
inline bool Snappy_Compress(const char* input, size_t input_length,
std::string* output) {