skill: Remove unused NEXTARG macro.
This commit is contained in:
parent
0e1964bfbc
commit
b019fdba5c
2
skill.c
2
skill.c
@ -525,8 +525,6 @@ static void _skillsnice_usage(int line)
|
|||||||
#define skillsnice_usage() _skillsnice_usage(__LINE__)
|
#define skillsnice_usage() _skillsnice_usage(__LINE__)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define NEXTARG (argc?( argc--, ((argptr=*++argv)) ):NULL)
|
|
||||||
|
|
||||||
/* common skill/snice argument parsing code */
|
/* common skill/snice argument parsing code */
|
||||||
|
|
||||||
static int snice_prio_option(int *argc, char **argv)
|
static int snice_prio_option(int *argc, char **argv)
|
||||||
|
Loading…
Reference in New Issue
Block a user