gengtype-state.c (write_state): Remove timestamped header line.
authorSimon Baldwin <simonb@google.com>
Wed, 24 Aug 2011 11:14:56 +0000 (11:14 +0000)
committerSimon Baldwin <simonb@gcc.gnu.org>
Wed, 24 Aug 2011 11:14:56 +0000 (11:14 +0000)
2011-08-24  Simon Baldwin  <simonb@google.com>

* gengtype-state.c (write_state): Remove timestamped header line.

From-SVN: r178031

gcc/ChangeLog
gcc/gengtype-state.c

index 07fca00723b0acbc2e22091a213c33dc10fde47e..5e299de7c136acd1b16e4b95fec1df2d2b311130 100644 (file)
@@ -1,3 +1,7 @@
+2011-08-24  Simon Baldwin  <simonb@google.com>
+
+       * gengtype-state.c (write_state): Remove timestamped header line.
+
 2011-08-24  Joseph Myers  <joseph@codesourcery.com>
 
        * Makefile.in (CFLAGS-collect2.o, CFLAGS-c-family/c-opts.o)
index 5a5939dec85fd7e121e8600264ab36a560133928..d265f487031d016bdb4b8c2b87f29a35001f9aa8 100644 (file)
@@ -1194,8 +1194,6 @@ write_state (const char *state_path)
   fprintf (state_file,
           ";;; This file should be parsed by the same %s which wrote it.\n",
           progname);
-  fprintf (state_file, ";;; file %s generated on %s\n", state_path,
-          ctime (&now));
   /* The first non-comment significant line gives the version string.  */
   write_state_version (version_string);
   write_state_srcdir ();