commit | 06cacc9c74392d51274e4340f5c0bca40ae492a6 | [log] [tgz] |
---|---|---|
author | Mike Frysinger <[email protected]> | Wed Jan 24 14:52:41 2018 -0500 |
committer | Mike Frysinger <[email protected]> | Wed Jan 24 14:54:58 2018 -0500 |
tree | 61bfa6e3eaf7b0d4fcf8001c921466e986243a71 | |
parent | 5ef22ca4043f0dde4ac2e73a46321e1c03ac9541 [diff] |
drop unnecessary variable initializer This structure does not need to be initialized early since it is filled completely before being used later on (by the fread). The current builders are complaining about this initializer too since they turned on -Wmissing-field-initializers. Bug: None Test: `make check` still works Change-Id: Ia57356e8a2a23fdc7074661f73d10cf84d9a457f