summaryrefslogtreecommitdiff
path: root/src/hash.h
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@edwardthomson.com>2013-01-08 16:54:44 -0600
committerEdward Thomson <ethomson@edwardthomson.com>2013-01-08 16:55:16 -0600
commit8f09f4649857c3b7f8f9e1fef5e8fea589289518 (patch)
treefec7183b9c8b684ae2637bb21b9c3cf20475be50 /src/hash.h
parentd4df288ddc412468df4bb88dcee425bc3fd04f1f (diff)
downloadlibgit2-8f09f4649857c3b7f8f9e1fef5e8fea589289518.tar.gz
remove ppc sha1 asm
Diffstat (limited to 'src/hash.h')
-rw-r--r--src/hash.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/hash.h b/src/hash.h
index 127be282f..a6007bba5 100644
--- a/src/hash.h
+++ b/src/hash.h
@@ -22,8 +22,6 @@ void git_hash_ctx_cleanup(git_hash_ctx *ctx);
# include "hash/hash_openssl.h"
#elif defined(WIN32_SHA1)
# include "hash/hash_win32.h"
-#elif defined(PPC_SHA1)
-# include "hash/hash_ppc.h"
#else
# include "hash/hash_generic.h"
#endif