]> git.tuebingen.mpg.de Git - dss.git/commit
str.c: Remove pointless initialization.
authorAndre Noll <maan@tuebingen.mpg.de>
Sat, 3 Jan 2015 16:08:00 +0000 (16:08 +0000)
committerAndre Noll <maan@tuebingen.mpg.de>
Tue, 6 Jan 2015 19:55:32 +0000 (20:55 +0100)
commit7a76b2d90f4a4908bd4d15adef5b24ee083ab8a2
tree59b365935eca7e3d85faa801ea6a2c1d580acf7c
parentfbdcaf89308353d4a2d40684c987b234b971b1b9
str.c: Remove pointless initialization.

The variable p is initialized to a different value a few lines later
and the value set in the definition is not used in between.

Found by cppcheck.
str.c