From: David Goulet Date: Thu, 22 Aug 2013 20:56:22 +0000 (-0400) Subject: Fix: remove calibrate syscall option from code X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=commitdiff_plain;h=5c6886fa361bbfc0db831dd71d5a97b068a46b5b Fix: remove calibrate syscall option from code Fixes #586 Signed-off-by: David Goulet --- diff --git a/src/bin/lttng/commands/calibrate.c b/src/bin/lttng/commands/calibrate.c index 9c524bd12..7014fdd58 100644 --- a/src/bin/lttng/commands/calibrate.c +++ b/src/bin/lttng/commands/calibrate.c @@ -73,8 +73,8 @@ static struct poptOption long_options[] = { * tracer anymore. */ {"function:entry", 0, POPT_ARG_NONE, 0, OPT_FUNCTION_ENTRY, 0, 0}, -#endif {"syscall", 0, POPT_ARG_NONE, 0, OPT_SYSCALL, 0, 0}, +#endif {"list-options", 0, POPT_ARG_NONE, NULL, OPT_LIST_OPTIONS, NULL, NULL}, {0, 0, 0, 0, 0, 0, 0} };