Skip to content
Snippets Groups Projects
Commit f5f0750e authored by Moe Jette's avatar Moe Jette
Browse files

Remove some vestigial popt comments and headers.

parent da546661
No related branches found
No related tags found
No related merge requests found
......@@ -64,8 +64,6 @@ struct signv {
{ "TTOU", SIGTTOU }
};
/*---[ end popt definitions ]---------------------------------------------*/
/* forward declarations of static functions
*
*/
......@@ -257,7 +255,7 @@ static void _opt_env()
}
/*
* opt_args() : set options via commandline args and popt
* opt_args() : set options via commandline args and getopt_long
*/
static void _opt_args(int argc, char **argv)
{
......
......@@ -39,12 +39,6 @@
#include <getopt.h>
*/
#if HAVE_POPT_H
#include <popt.h>
#else
#include <src/popt/popt.h>
#endif
#include <src/common/macros.h> /* true and false */
#include <src/common/slurm_protocol_defs.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment