Skip to content
Snippets Groups Projects
Commit ceb6dac1 authored by Danny Auble's avatar Danny Auble
Browse files

removed extra variable not in use here

parent 9a78fec5
No related branches found
No related tags found
No related merge requests found
......@@ -819,8 +819,9 @@ static void set_options(const int argc, char **argv)
};
char *opt_string = "+aA:bB:c:C:d:D:e:Eg:Hi:IjJ:kKlL:m:n:N:"
"o:Op:P:qQr:Rst:T:uU:vVw:W:x:XZ";
#ifdef HAVE_PTY_H
char *tmp_str;
#endif
struct option *optz = spank_option_table_create (long_options);
if (!optz) {
......
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