Details
-
Improvement
-
Status: Closed
-
Blocker
-
Resolution: Fixed
-
0.10
-
None
-
Fedora 15 x86_64.
Description
There were several variables that were declared and assigned values but whose values were not used. This caused GCC 4.6.0 to raise a warning, which causes the build to stop.
This patch removes those unused variables.