sd-path: drop redundant "= 0ULL" assignment in enum
authorLennart Poettering <lennart@poettering.net>
Sat, 6 Oct 2018 17:16:17 +0000 (19:16 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Fri, 9 Nov 2018 16:19:45 +0000 (17:19 +0100)
commit067e995c728b0a90c0315ad2ef4cce0f9d264157
tree34ad925e7c193a819cd7444338c242320adafc5f
parent7a3025658836c536f81fdd742fa338545294f5bf
sd-path: drop redundant "= 0ULL" assignment in enum

This has exactly zero effect as the type of an enum is not derived from
the integer types assigned to its items.
src/systemd/sd-path.h