From: Mathieu Desnoyers Date: Sat, 27 Aug 2011 05:32:37 +0000 (-0400) Subject: Remove stale comment X-Git-Url: https://git.liburcu.org/?a=commitdiff_plain;h=bf1624c03b3e4e42e8ea6456a5702d4f7e105213;p=ust.git Remove stale comment Signed-off-by: Mathieu Desnoyers --- diff --git a/include/ust/tracepoint.h b/include/ust/tracepoint.h index d793e58..11de23d 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")));