summaryrefslogtreecommitdiff
path: root/local-pull.c
diff options
context:
space:
mode:
Diffstat (limited to 'local-pull.c')
-rw-r--r--local-pull.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/local-pull.c b/local-pull.c
index 535bd8c..2f06fbe 100644
--- a/local-pull.c
+++ b/local-pull.c
@@ -120,10 +120,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;