[ltt-dev] [UST PATCH 3/3] Remove unused code
Pierre-Marc Fournier
pierre-marc.fournier at polymtl.ca
Sun Sep 26 01:13:30 EDT 2010
On 09/17/2010 03:41 PM, David Goulet wrote:
> Signed-off-by: David Goulet<david.goulet at polymtl.ca>
> ---
> 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
More information about the lttng-dev
mailing list