c-pch.c (c_common_write_pch): Remove unused variables.

* c-pch.c (c_common_write_pch): Remove unused variables.

From-SVN: r189100
This commit is contained in:
Uros Bizjak 2012-07-01 10:13:00 +02:00 committed by Uros Bizjak
parent 49e3e71be2
commit fbc873ad61
2 changed files with 4 additions and 3 deletions

View File

@ -1,3 +1,7 @@
2012-07-01 Uros Bizjak <ubizjak@gmail.com>
* c-pch.c (c_common_write_pch): Remove unused variables.
2012-06-29 Steven Bosscher <steven@gcc.gnu.org>
* cppspec.c: Moved from gcc/ to here.

View File

@ -169,9 +169,6 @@ pch_init (void)
void
c_common_write_pch (void)
{
char *buf;
long written;
timevar_push (TV_PCH_SAVE);
targetm.prepare_pch_save ();