summaryrefslogtreecommitdiff
path: root/gcc/gengtype-state.c
diff options
context:
space:
mode:
authorsimonb <simonb@138bc75d-0d04-0410-961f-82ee72b054a4>2011-08-24 11:14:56 +0000
committersimonb <simonb@138bc75d-0d04-0410-961f-82ee72b054a4>2011-08-24 11:14:56 +0000
commit18cf5aaf83400cd3247b91b2d19baa70e8bcacc9 (patch)
treecf5656966cc07f38aa2d422edb793eb1822b2e5a /gcc/gengtype-state.c
parentfc3bd902a56ab31829ceb566d2d476943e4c9b6b (diff)
downloadgcc-18cf5aaf83400cd3247b91b2d19baa70e8bcacc9.tar.gz
2011-08-24 Simon Baldwin <simonb@google.com>
* gengtype-state.c (write_state): Remove timestamped header line. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@178031 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/gengtype-state.c')
-rw-r--r--gcc/gengtype-state.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/gengtype-state.c b/gcc/gengtype-state.c
index 5a5939dec85..d265f487031 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 ();