X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Flttv%2Flttv%2Fattribute.h;h=517b4787a9d00eda435f514449fd8f1602149950;hb=45653836d75635b5b841d0d03f1f0789348adc56;hp=017f03f140b124f4013e37352389dd90d24e043b;hpb=bcc71139a65159446c0d00b2677969ebdc5639ca;p=lttv.git diff --git a/ltt/branches/poly/lttv/lttv/attribute.h b/ltt/branches/poly/lttv/lttv/attribute.h index 017f03f1..517b4787 100644 --- a/ltt/branches/poly/lttv/lttv/attribute.h +++ b/ltt/branches/poly/lttv/lttv/attribute.h @@ -19,7 +19,7 @@ #ifndef ATTRIBUTE_H #define ATTRIBUTE_H -/* FIXME : unnamed attributed not implemented *" +/* FIXME : unnamed attributes not implemented */ #include #include @@ -110,7 +110,8 @@ gboolean lttv_attribute_find(LttvAttribute *self, LttvAttributeName name, /* Free recursively a tree of attributes. All contained gobject of type LttvAttribute are freed (unreferenced) recursively. */ -void lttv_attribute_recursive_free(LttvAttribute *self); +// Now done by default. +// void lttv_attribute_recursive_free(LttvAttribute *self); /* Add items from a tree of attributes to another tree. */