Clean-up: remove unused variable user
[lttng-tools.git] / src / bin / lttng / lttng.c
index 9317e83dc5873d84a3c107d64ca5d6b9de228f1f..95afcb770ed8537b50aca545ccc6d28ce1eac2c4 100644 (file)
@@ -300,7 +300,6 @@ static void show_basic_help(void)
 static int parse_args(int argc, char **argv)
 {
        int opt, ret;
-       char *user;
 
        if (lttng_is_setuid_setgid()) {
                ERR("'%s' is not allowed to be executed as a setuid/setgid binary for security reasons. Aborting.", argv[0]);
This page took 0.024413 seconds and 5 git commands to generate.