Remove stale comment
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Sat, 27 Aug 2011 05:32:37 +0000 (01:32 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Sat, 27 Aug 2011 05:32:37 +0000 (01:32 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
include/ust/tracepoint.h

index d793e58ca8da5b2ca18f0179709255c4b1e5b788..11de23dcffde26dea9b05c9e14d8184a8019603d 100644 (file)
@@ -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")));
This page took 0.023639 seconds and 4 git commands to generate.