use faster mathematic operations for time calculation
[lttv.git] / ltt / branches / poly / ltt / trace.h
index 8b4fd197e0548d01618a574246de777bbc4a3f7d..73adc0bffd0adae25032957e113e5c1ed970fe89 100644 (file)
@@ -140,11 +140,6 @@ void ltt_tracefile_open_cpu(LttTrace *t, char * tracefile_name);
 gint ltt_tracefile_open_control(LttTrace *t, char * control_name);
 
 
-/* obtain the time of an event */
-
-LttTime getEventTime(LttTracefile * tf);
-
-
 /* get the data type size and endian type of the local machine */
 
 void getDataEndianType(LttArchSize * size, LttArchEndian * endian);
This page took 0.025554 seconds and 4 git commands to generate.