tracecontext.c: remove extraneous white lines
[lttv.git] / ltt / branches / poly / lttv / lttv / hook.h
index 90f50b0d54a462e99448c0879b1664a3694df552..325d218671c7a98f080a5a3df12d8b56ff2cc846 100644 (file)
@@ -128,10 +128,6 @@ typedef struct _LttvHooksById {
   GArray *array;
 } LttvHooksById;
 
-/* macro to calculate the hook ID of a facility/event pair. */
-#define GET_HOOK_ID(fac_id, ev_id) \
-  ( (guint)fac_id | ((guint)ev_id << (8*sizeof(NUM_FACILITIES))) )
-
 /* Create and destroy a hooks by id list */
 
 LttvHooksById *lttv_hooks_by_id_new();
This page took 0.023208 seconds and 4 git commands to generate.