]> git.ipfire.org Git - thirdparty/util-linux.git/commit
blkzone: remove unnecessary initializations
authorKarel Zak <kzak@redhat.com>
Fri, 5 Jun 2020 07:18:08 +0000 (09:18 +0200)
committerKarel Zak <kzak@redhat.com>
Fri, 5 Jun 2020 07:18:08 +0000 (09:18 +0200)
commit43d2ce3b443d06abef21a6a612560f57c5989ea3
tree18c36b426511b2a41f5be07a605139d9f2dfa6e6
parent6e103c7690fe4c07ea9dfe45c52c4c22e0281d0b
blkzone: remove unnecessary initializations

C compiler is smart enough to follow C standards

 C11: 6.7.8 Initialization

 All subobjects that are not initialized explicitly shall be
 initialized implicitly the same as objects that have static storage
 duration.

Signed-off-by: Karel Zak <kzak@redhat.com>
sys-utils/blkzone.c