* treetree.c: Remove cl_options-count and cl_options.
authorAndreas Jaeger <aj@suse.de>
Thu, 12 Jun 2003 15:15:40 +0000 (17:15 +0200)
committerAndreas Jaeger <aj@gcc.gnu.org>
Thu, 12 Jun 2003 15:15:40 +0000 (17:15 +0200)
From-SVN: r67834

gcc/treelang/ChangeLog
gcc/treelang/treetree.c

index c5c063bff6c513057412a94a57e842f4545bd444..933d8fb95afc38f709fd70d0b9cfc3f969caa30b 100644 (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.
index 904616dbcd2e49c0e2907d251244401617ecf7ed..d6720cb8433225879ca643ef80481fd6458633fc 100644 (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;