From mboxrd@z Thu Jan 1 00:00:00 1970 From: pierre-marc.fournier@polymtl.ca (Pierre-Marc Fournier) Date: Sun, 26 Sep 2010 01:13:30 -0400 Subject: [ltt-dev] [UST PATCH 3/3] Remove unused code In-Reply-To: <1284752472-350-3-git-send-email-david.goulet@polymtl.ca> References: <1284752472-350-1-git-send-email-david.goulet@polymtl.ca> <1284752472-350-3-git-send-email-david.goulet@polymtl.ca> Message-ID: <4C9ED67A.3020702@polymtl.ca> On 09/17/2010 03:41 PM, David Goulet wrote: > Signed-off-by: David Goulet > --- > include/ust/marker.h | 22 ---------------------- > 1 files changed, 0 insertions(+), 22 deletions(-) > > diff --git a/include/ust/marker.h b/include/ust/marker.h > index 7670648..6103629 100644 > --- a/include/ust/marker.h > +++ b/include/ust/marker.h > @@ -77,9 +77,6 @@ struct marker { > void *location; /* Address of marker in code */ > } __attribute__((aligned(8))); > > -#define CONFIG_MARKERS > -#ifdef CONFIG_MARKERS > - How about support for compiling an application while disabling its markers (compiling them out)? pmf