X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=include%2Fust%2Ftracepoint.h;h=11de23dcffde26dea9b05c9e14d8184a8019603d;hb=37ed587a8b9aea32c383058b4765a5730497d74a;hp=d793e58ca8da5b2ca18f0179709255c4b1e5b788;hpb=6cdf29f8cd289d763fae461c618975fe43095e8b;p=lttng-ust.git diff --git a/include/ust/tracepoint.h b/include/ust/tracepoint.h index d793e58c..11de23dc 100644 --- a/include/ust/tracepoint.h +++ b/include/ust/tracepoint.h @@ -170,9 +170,6 @@ int tracepoint_unregister_lib(struct tracepoint * const *tracepoints_start); * These weak symbols, the constructor, and destructor take care of * registering only _one_ instance of the tracepoints per shared-ojbect * (or for the whole main program). - * The dummy tracepoint entry ensures that the start/stop pointers get - * initialized by the linker when no tracepoints are present in a - * shared-object (or main program). */ extern struct tracepoint * const __start___tracepoints_ptrs[] __attribute__((weak, visibility("hidden")));