From: Simon Baldwin Date: Wed, 24 Aug 2011 11:14:56 +0000 (+0000) Subject: gengtype-state.c (write_state): Remove timestamped header line. X-Git-Tag: releases/gcc-4.7.0~4293 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6f0faeed90df749f62e563510c338a91ff133a33;p=thirdparty%2Fgcc.git gengtype-state.c (write_state): Remove timestamped header line. 2011-08-24 Simon Baldwin * gengtype-state.c (write_state): Remove timestamped header line. From-SVN: r178031 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 07fca00723b0..5e299de7c136 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2011-08-24 Simon Baldwin + + * gengtype-state.c (write_state): Remove timestamped header line. + 2011-08-24 Joseph Myers * Makefile.in (CFLAGS-collect2.o, CFLAGS-c-family/c-opts.o) diff --git a/gcc/gengtype-state.c b/gcc/gengtype-state.c index 5a5939dec85f..d265f487031d 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 ();