diff options
Diffstat (limited to 'builtin-fetch--tool.c')
-rw-r--r-- | builtin-fetch--tool.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/builtin-fetch--tool.c b/builtin-fetch--tool.c index eeee0a5ebf..5261bf57fd 100644 --- a/builtin-fetch--tool.c +++ b/builtin-fetch--tool.c @@ -468,12 +468,6 @@ int cmd_fetch__tool(int argc, const char **argv, const char *prefix) fclose(fp); return result; } - if (!strcmp("update-local-ref", argv[1])) { - if (argc != 5) - return error("update-local-ref takes 3 args"); - return update_local_ref(argv[2], argv[3], argv[4], - verbose, force); - } if (!strcmp("native-store", argv[1])) { int result; FILE *fp; |