This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

tracepoint.c, delete #if 0'd dead code


Looks like it didn't ...  :-)

Applying.

-- 
Pedro Alves

2011-05-20  Pedro Alves  <pedro@codesourcery.com>

	gdb/
	* tracepoint.c (tfile_open): Delete #if 0'd code.

---
 gdb/tracepoint.c |    5 -----
 1 file changed, 5 deletions(-)

Index: src/gdb/tracepoint.c
===================================================================
--- src.orig/gdb/tracepoint.c	2011-05-20 13:58:23.000000000 +0100
+++ src/gdb/tracepoint.c	2011-05-20 13:58:42.378819004 +0100
@@ -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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]