From 6823e2b15fda7db14e4a8c85ed105024ce5ada21 Mon Sep 17 00:00:00 2001 From: Pedro Alves Date: Fri, 20 May 2011 14:40:23 +0000 Subject: [PATCH] 2011-05-20 Pedro Alves gdb/ * tracepoint.c (tfile_open): Delete #if 0'd code. --- gdb/ChangeLog | 4 ++++ gdb/tracepoint.c | 5 ----- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 0cd3c74bf63..fa656bd2400 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2011-05-20 Pedro Alves + + * tracepoint.c (tfile_open): Delete #if 0'd code. + 2011-05-20 Jan Kratochvil Fix -readnow for -gdwarf-4 unused type units. diff --git a/gdb/tracepoint.c b/gdb/tracepoint.c index 4dae2516efb..d0636afbd3c 100644 --- a/gdb/tracepoint.c +++ b/gdb/tracepoint.c @@ -3408,11 +3408,6 @@ tfile_open (char *filename, int from_tty) add_thread_silent (inferior_ptid); post_create_inferior (&tfile_ops, from_tty); - -#if 0 - /* FIXME this will get defined in MI patch submission. */ - tfind_1 (tfind_number, 0, 0, 0, 0); -#endif } /* Interpret the given line from the definitions part of the trace -- 2.30.2