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 297439bae9a98fa56094f03964ff62d530d1c4f0..4edb83d841f9e824b188d68369b0e067bc8700af 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 0e21946318f22312b27f574bdf934bcc3983b5c9..0a4d4a85a4f8b64c77bb16d31f8b31e3314f1a2c 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 ();