2011-05-20 Pedro Alves <pedro@codesourcery.com>
gdb/ * tracepoint.c (tfile_open): Delete #if 0'd code.
This commit is contained in:
parent
eec52c4458
commit
6823e2b15f
@ -1,3 +1,7 @@
|
||||
2011-05-20 Pedro Alves <pedro@codesourcery.com>
|
||||
|
||||
* tracepoint.c (tfile_open): Delete #if 0'd code.
|
||||
|
||||
2011-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
|
||||
|
||||
Fix -readnow for -gdwarf-4 unused type units.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user