From bf1624c03b3e4e42e8ea6456a5702d4f7e105213 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Sat, 27 Aug 2011 01:32:37 -0400 Subject: [PATCH] Remove stale comment Signed-off-by: Mathieu Desnoyers --- include/ust/tracepoint.h | 3 --- 1 file changed, 3 deletions(-) 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"))); -- 2.34.1