trafgen: Remove unnecessary initialization of ct.reserve_size
commit8c44da9d9b758fac4eabdffbb6a1d1cbf3bc7583
authorTobias Klauser <tklauser@distanz.ch>
Fri, 9 May 2014 13:03:14 +0000 (9 15:03 +0200)
committerTobias Klauser <tklauser@distanz.ch>
Fri, 9 May 2014 13:03:14 +0000 (9 15:03 +0200)
tree7a2d3517f7c1aa5adc22c7ebbccd9d13b09ab51b
parentd1a16d34e7828150403dec6da1fb6ba75c7ca1ad
trafgen: Remove unnecessary initialization of ct.reserve_size

It will be set later on depending on command line option (or panic()
out) and it is initialized to 0 by a memset() before anyways.

Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
trafgen.c