comparison probes.c @ 103:96e273d9f66f

removed unused variable
author Merten Sach <msach@mailbox.tu-berlin.de>
date Mon, 15 Aug 2011 17:24:59 +0200
parents 9ddbb071142d
children 0b49fd35afc1 7cff4e13d5c4 f6d81915512c
comparison
equal deleted inserted replaced
8:ee75f63fd44f 9:14e4eb1c022c
336 inline void doNothing(){}; 336 inline void doNothing(){};
337 337
338 void 338 void
339 generic_print_probe( void *_probe ) 339 generic_print_probe( void *_probe )
340 { 340 {
341 IntervalProbe *probe = (IntervalProbe *)_probe; 341 //IntervalProbe *probe = (IntervalProbe *)_probe;
342 342
343 //TODO segfault in printf 343 //TODO segfault in printf
344 //print_probe_helper( probe ); 344 //print_probe_helper( probe );
345 } 345 }
346 346