Commit fbc873ad by Uros Bizjak Committed by Uros Bizjak

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

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

From-SVN: r189100
parent 49e3e71b
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 ();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment