Fix: remove calibrate syscall option from code
authorDavid Goulet <dgoulet@efficios.com>
Thu, 22 Aug 2013 20:56:22 +0000 (16:56 -0400)
committerDavid Goulet <dgoulet@efficios.com>
Thu, 22 Aug 2013 20:56:22 +0000 (16:56 -0400)
Fixes #586

Signed-off-by: David Goulet <dgoulet@efficios.com>
src/bin/lttng/commands/calibrate.c

index 9c524bd12509286b91331153757c1313fe6c8d3b..7014fdd58f069da617ccab739dcb76a6c79d08d3 100644 (file)
@@ -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}
 };
This page took 0.025163 seconds and 4 git commands to generate.