aboutsummaryrefslogtreecommitdiffstats
path: root/t/helper/test-tool.h
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2024-06-13 09:39:46 -0700
committerJunio C Hamano <gitster@pobox.com>2024-06-13 09:39:46 -0700
commit10aa7c74a26f5ce1502c2a31b844a34df9fc7124 (patch)
tree84fff1fb685f091b828646f74dfb47d330001160 /t/helper/test-tool.h
parent092b33da2b198cc4428eb9383604204b6ef85fda (diff)
parented548408723d6e969160279398cc47f88f5700bc (diff)
downloadgit-10aa7c74a26f5ce1502c2a31b844a34df9fc7124.tar.gz
Merge branch 'gt/unit-test-oidtree' into ps/use-the-repository
* gt/unit-test-oidtree: t/: migrate helper/test-oidtree.c to unit-tests/t-oidtree.c
Diffstat (limited to 't/helper/test-tool.h')
-rw-r--r--t/helper/test-tool.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/t/helper/test-tool.h b/t/helper/test-tool.h
index 93a125d21a..d9033d14e1 100644
--- a/t/helper/test-tool.h
+++ b/t/helper/test-tool.h
@@ -38,7 +38,6 @@ int cmd__match_trees(int argc, const char **argv);
int cmd__mergesort(int argc, const char **argv);
int cmd__mktemp(int argc, const char **argv);
int cmd__oidmap(int argc, const char **argv);
-int cmd__oidtree(int argc, const char **argv);
int cmd__online_cpus(int argc, const char **argv);
int cmd__pack_mtimes(int argc, const char **argv);
int cmd__parse_options(int argc, const char **argv);