X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=include%2Fust%2Ftracepoint.h;fp=include%2Fust%2Ftracepoint.h;h=11de23dcffde26dea9b05c9e14d8184a8019603d;hb=bf1624c03b3e4e42e8ea6456a5702d4f7e105213;hp=d793e58ca8da5b2ca18f0179709255c4b1e5b788;hpb=318dfea93efe898f9d961978e085998eaf7b2220;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")));