This removes code ifdef-ed out from the add-context command. Code
shall either be used or ditched.
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
static int opt_userspace;
static char *opt_type;
-#if 0
-/* Not implemented yet */
-static char *opt_cmd_name;
-static pid_t opt_pid;
-#endif
-
enum {
OPT_HELP = 1,
OPT_TYPE,
break;
case OPT_USERSPACE:
opt_userspace = 1;
-#if 0
- opt_cmd_name = poptGetOptArg(pc);
-#endif
break;
case OPT_LIST_OPTIONS:
list_cmd_options(stdout, long_options);