summaryrefslogtreecommitdiff
path: root/src/hash/hash_openssl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/hash/hash_openssl.h')
-rw-r--r--src/hash/hash_openssl.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/hash/hash_openssl.h b/src/hash/hash_openssl.h
index f83279a5a..9a55d472d 100644
--- a/src/hash/hash_openssl.h
+++ b/src/hash/hash_openssl.h
@@ -17,7 +17,6 @@ struct git_hash_ctx {
};
#define git_hash_global_init() 0
-#define git_hash_global_shutdown() /* noop */
#define git_hash_ctx_init(ctx) git_hash_init(ctx)
#define git_hash_ctx_cleanup(ctx)