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
This commit is contained in:
parent
c5bc3df6db
commit
6f0faeed90
@ -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)
|
||||
|
@ -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 ();
|
||||
|
Loading…
Reference in New Issue
Block a user