diff options
Diffstat (limited to 'third_party/git/t/helper/test-sha1.c')
-rw-r--r-- | third_party/git/t/helper/test-sha1.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/third_party/git/t/helper/test-sha1.c b/third_party/git/t/helper/test-sha1.c deleted file mode 100644 index d860c387c384..000000000000 --- a/third_party/git/t/helper/test-sha1.c +++ /dev/null @@ -1,7 +0,0 @@ -#include "test-tool.h" -#include "cache.h" - -int cmd__sha1(int ac, const char **av) -{ - return cmd_hash_impl(ac, av, GIT_HASH_SHA1); -} |