c-pch.c (c_common_write_pch): Remove unused variables.
authorUros Bizjak <ubizjak@gmail.com>
Sun, 1 Jul 2012 08:13:00 +0000 (10:13 +0200)
committerUros Bizjak <uros@gcc.gnu.org>
Sun, 1 Jul 2012 08:13:00 +0000 (10:13 +0200)
* c-pch.c (c_common_write_pch): Remove unused variables.

From-SVN: r189100

gcc/c-family/ChangeLog
gcc/c-family/c-pch.c

index 297439b..4edb83d 100644 (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.
index 0e21946..0a4d4a8 100644 (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 ();