From 5c6886fa361bbfc0db831dd71d5a97b068a46b5b Mon Sep 17 00:00:00 2001 From: David Goulet Date: Thu, 22 Aug 2013 16:56:22 -0400 Subject: [PATCH] Fix: remove calibrate syscall option from code Fixes #586 Signed-off-by: David Goulet --- src/bin/lttng/commands/calibrate.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} }; -- 2.34.1