core: Removing duplicated code
authorErwan Velu <erwan@enovance.com>
Mon, 22 Jul 2013 21:39:18 +0000 (23:39 +0200)
committerErwan Velu <erwan@enovance.com>
Mon, 22 Jul 2013 21:39:18 +0000 (23:39 +0200)
commitee0ccb794be1d3c677e2c02b416a8702d59811d7
tree5178aa7b9695d26ec681f7fc6b196fa091b88f0d
parentd7e30e61f2c1d9c6101cc6896009750aae2e2bcf
core: Removing duplicated code

Some variable are assigned during initialization and another time with
the same value a very few later.

That's clearly useless and could lead to an error if only one is changed.
init.c
stat.c