diff options
author | Simon Baldwin <simonb@google.com> | 2011-08-24 11:14:56 +0000 |
---|---|---|
committer | Simon Baldwin <simonb@gcc.gnu.org> | 2011-08-24 11:14:56 +0000 |
commit | 6f0faeed90df749f62e563510c338a91ff133a33 (patch) | |
tree | cf5656966cc07f38aa2d422edb793eb1822b2e5a | |
parent | c5bc3df6db8b8b829899eac59223491d80ced9e5 (diff) | |
download | gcc-6f0faeed90df749f62e563510c338a91ff133a33.zip gcc-6f0faeed90df749f62e563510c338a91ff133a33.tar.gz gcc-6f0faeed90df749f62e563510c338a91ff133a33.tar.bz2 |
gengtype-state.c (write_state): Remove timestamped header line.
2011-08-24 Simon Baldwin <simonb@google.com>
* gengtype-state.c (write_state): Remove timestamped header line.
From-SVN: r178031
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/gengtype-state.c | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 07fca00..5e299de 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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) diff --git a/gcc/gengtype-state.c b/gcc/gengtype-state.c index 5a5939d..d265f48 100644 --- a/gcc/gengtype-state.c +++ b/gcc/gengtype-state.c @@ -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 (); |