* treetree.c: Remove cl_options-count and cl_options.

From-SVN: r67834
This commit is contained in:
Andreas Jaeger 2003-06-12 17:15:40 +02:00 committed by Andreas Jaeger
parent 0bb41a37f3
commit 14b96a951a
2 changed files with 4 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2003-06-12 Andreas Jaeger <aj@suse.de>
* treetree.c: Remove cl_options-count and cl_options.
2003-06-11 Neil Booth <neil@daikokuya.co.uk>
* Make-lang.in: Update for option handling.

View File

@ -75,8 +75,6 @@
#include "treetree.h"
#include "opts.h"
const unsigned int cl_options_count;
const struct cl_option cl_options[1];
extern int option_main;
extern char **file_names;