aboutsummaryrefslogtreecommitdiff
path: root/http-pull.c
diff options
context:
space:
mode:
Diffstat (limited to 'http-pull.c')
-rw-r--r--http-pull.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/http-pull.c b/http-pull.c
index ec53dad8e..1f9d60b9b 100644
--- a/http-pull.c
+++ b/http-pull.c
@@ -150,10 +150,6 @@ int main(int argc, char **argv)
get_tree = 1;
} else if (argv[arg][1] == 'c') {
get_history = 1;
- } else if (argv[arg][1] == 'd') {
- get_delta = 0;
- } else if (!strcmp(argv[arg], "--recover")) {
- get_delta = 2;
} else if (argv[arg][1] == 'a') {
get_all = 1;
get_tree = 1;