diff options
| author | Andrew Pinski <pinskia@physics.uc.edu> | 2004-10-08 12:50:12 +0000 |
|---|---|---|
| committer | Andrew Pinski <pinskia@gcc.gnu.org> | 2004-10-08 05:50:12 -0700 |
| commit | 646544e3108686bc0dade228a4a77dbb6a602f54 (patch) | |
| tree | 12989775753407a64c8b4f4d6228ab5ce0ce9c9d /libcpp/ChangeLog | |
| parent | 07ea92d369f23465125a18d989382683b3a4e730 (diff) | |
| download | gcc-646544e3108686bc0dade228a4a77dbb6a602f54.tar.gz gcc-646544e3108686bc0dade228a4a77dbb6a602f54.tar.bz2 gcc-646544e3108686bc0dade228a4a77dbb6a602f54.zip | |
pch.c (cpp_write_pch_state): Remove variable z as it is not used.
2004-10-08 Andrew Pinski <pinskia@physics.uc.edu>
* pch.c (cpp_write_pch_state): Remove variable z as it is not
used.
(cpp_read_state): Remove unused variables, m, d and mac_count.
From-SVN: r88748
Diffstat (limited to 'libcpp/ChangeLog')
| -rw-r--r-- | libcpp/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libcpp/ChangeLog b/libcpp/ChangeLog index 86222aa942c..0024ef9499b 100644 --- a/libcpp/ChangeLog +++ b/libcpp/ChangeLog @@ -1,3 +1,9 @@ +2004-10-08 Andrew Pinski <pinskia@physics.uc.edu> + + * pch.c (cpp_write_pch_state): Remove variable z as it is not + used. + (cpp_read_state): Remove unused variables, m, d and mac_count. + 2004-09-29 Per Bothner <per@bothner.com> * directives.c (cpp_handle_deferred_pragma): Save, clear and restore |
