From b019fdba5c9c6a0bca895ae5cf0b2140c0f05041 Mon Sep 17 00:00:00 2001 From: Qualys Security Advisory Date: Thu, 1 Jan 1970 00:00:00 +0000 Subject: [PATCH] skill: Remove unused NEXTARG macro. --- skill.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/skill.c b/skill.c index 33af11e4..08043c1b 100644 --- a/skill.c +++ b/skill.c @@ -525,8 +525,6 @@ static void _skillsnice_usage(int line) #define skillsnice_usage() _skillsnice_usage(__LINE__) #endif -#define NEXTARG (argc?( argc--, ((argptr=*++argv)) ):NULL) - /* common skill/snice argument parsing code */ static int snice_prio_option(int *argc, char **argv)