missing pointer type
[lttv.git] / ltt / branches / poly / ltt / event.c
index f29a2914cae7dba232436346599e0c88d132e210..bce0b8d82e580c68d7ac2774d8673c4ba328474f 100644 (file)
@@ -152,8 +152,6 @@ guint32 ltt_event_get_unsigned(LttEvent *e, struct marker_field *f)
 {
   gboolean reverse_byte_order;
 
-  g_warning("ltt size: %d", sizeof(LttTracefile));
-
   if(unlikely(f->attributes & LTT_ATTRIBUTE_NETWORK_BYTE_ORDER)) {
     reverse_byte_order = (g_ntohs(0x1) != 0x1);
   } else {
This page took 0.025954 seconds and 4 git commands to generate.