X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Fltt%2Fevent.c;h=bce0b8d82e580c68d7ac2774d8673c4ba328474f;hb=7f440a66c6e6429ce477d208545b6965554ba4cb;hp=f29a2914cae7dba232436346599e0c88d132e210;hpb=f2a74ed3fec31023600e9f24b318d9b9cc2c9a12;p=lttv.git diff --git a/ltt/branches/poly/ltt/event.c b/ltt/branches/poly/ltt/event.c index f29a2914..bce0b8d8 100644 --- a/ltt/branches/poly/ltt/event.c +++ b/ltt/branches/poly/ltt/event.c @@ -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 {