wrlib: remove unnecessary variable assignation (Coverity #50258)
commitad07a9778816fe1afd6136e71c683030396a7415
authorChristophe CURIS <christophe.curis@free.fr>
Sat, 14 Jun 2014 17:34:04 +0000 (14 19:34 +0200)
committerCarlos R. Mafra <crmafra@gmail.com>
Sun, 15 Jun 2014 18:45:20 +0000 (15 19:45 +0100)
tree106b7afed6f722788b5920339b631aba03767e4d
parent173eaee9c28c8c23096acbdcadec5ffc2e5c6bae
wrlib: remove unnecessary variable assignation (Coverity #50258)

As pointed by Coverity, this value is never used, the assignation has no
effect, so Coverity reports that it is unnecessary complexity that is not
compatible with code maintainability.

Signed-off-by: Christophe CURIS <christophe.curis@free.fr>
wrlib/load_magick.c