summaryrefslogtreecommitdiff
path: root/port/port_example.h
diff options
context:
space:
mode:
Diffstat (limited to 'port/port_example.h')
-rw-r--r--port/port_example.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/port/port_example.h b/port/port_example.h
index cf72617..8a624f3 100644
--- a/port/port_example.h
+++ b/port/port_example.h
@@ -89,11 +89,6 @@ class AtomicPointer {
void NoBarrier_Store(void* v);
};
-// ------------------ Checksumming -------------------
-
-// Store a 160-bit hash of "data[0..len-1]" in "hash_array[0]..hash_array[19]"
-extern void SHA1_Hash(const char* data, size_t len, char* hash_array);
-
// ------------------ Compression -------------------
// Store the snappy compression of "input[0,input_length-1]" in *output.