X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Fltt%2Ftype.c;h=df1b8ea805d52c4edc90e064d52b9d2f1455c93c;hb=3c165eaf5aa1e60ce88c036cfb692ce3e1d81585;hp=086060a26c000d07ac1c54bafd9be663a34b263a;hpb=e8548639b44b22ef7db0757563dd58a741a322cd;p=lttv.git diff --git a/ltt/branches/poly/ltt/type.c b/ltt/branches/poly/ltt/type.c index 086060a2..df1b8ea8 100644 --- a/ltt/branches/poly/ltt/type.c +++ b/ltt/branches/poly/ltt/type.c @@ -78,20 +78,6 @@ gchar *ltt_eventtype_description(LttEventType *et) return et->description; } -/***************************************************************************** - *Function name - * ltt_eventtype_facility : get the facility which contains the event type - *Input params - * et : an event type - *Return value - * LttFacility * : the facility - ****************************************************************************/ - -LttFacility *ltt_eventtype_facility(LttEventType *et) -{ - return et->facility; -} - /***************************************************************************** *Function name * ltt_eventtype_id : get the id of the event type @@ -134,8 +120,6 @@ GQuark ltt_field_name(LttField *f) return f->name; } - - /***************************************************************************** *Function name * ltt_type_class : get the type class of the type