Fix double typedef of bt_event_name
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 27 Jan 2012 18:42:13 +0000 (13:42 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 27 Jan 2012 18:42:13 +0000 (13:42 -0500)
Reported-by: Tan Dung Le Tran <tan.dung.le.tran@ericsson.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
include/babeltrace/iterator.h

index 923d2e1757ca1225633f2e0d12474e2b2cf119ff..df890f8ddbdfbcd69d7dfaa4a01f75823c05e09e 100644 (file)
@@ -20,8 +20,6 @@
 #include <babeltrace/format.h>
 #include <babeltrace/context.h>
 
 #include <babeltrace/format.h>
 #include <babeltrace/context.h>
 
-typedef GQuark bt_event_name;
-
 /* Forward declarations */
 struct babeltrace_iter;
 struct ctf_stream_event;
 /* Forward declarations */
 struct babeltrace_iter;
 struct ctf_stream_event;
This page took 0.024812 seconds and 4 git commands to generate.