]> git.tuebingen.mpg.de Git - paraslash.git/commit
mm.c: Kill pointless initialization.
authorAndre Noll <maan@tuebingen.mpg.de>
Thu, 1 Jan 2015 18:00:07 +0000 (18:00 +0000)
committerAndre Noll <maan@tuebingen.mpg.de>
Mon, 12 Jan 2015 22:29:07 +0000 (23:29 +0100)
commit72468e97b630d07e3ccf982631f5f3ba2c3d9409
tree88e5bd97b29b30c79726456a6a6aaa37cad40591
parent764933011fb465b687be94abee74f4fbca9b6884
mm.c: Kill pointless initialization.

"ret" is set in the first statement after the declarations.

Found by cppcheck.
mm.c