summaryrefslogtreecommitdiff
path: root/gdb/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/main.c')
-rw-r--r--gdb/main.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/main.c b/gdb/main.c
index 7cd2d03d957..c9439bbcae1 100644
--- a/gdb/main.c
+++ b/gdb/main.c
@@ -451,7 +451,6 @@ captured_main (void *data)
{"n", no_argument, &inhibit_gdbinit, 1},
{"batch-silent", no_argument, 0, 'B'},
{"batch", no_argument, &batch_flag, 1},
- {"epoch", no_argument, &epoch_interface, 1},
/* This is a synonym for "--annotate=1". --annotate is now
preferred, but keep this here for a long time because people