mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-24 21:11:19 +08:00
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:
parent
49e3e71be2
commit
fbc873ad61
@ -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.
|
||||
|
@ -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 ();
|
||||
|
Loading…
x
Reference in New Issue
Block a user