diff options
Diffstat (limited to 'src/core/load-fragment.c')
-rw-r--r-- | src/core/load-fragment.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/load-fragment.c b/src/core/load-fragment.c index 7fcd63a17a..bbd82b9d24 100644 --- a/src/core/load-fragment.c +++ b/src/core/load-fragment.c @@ -2287,7 +2287,6 @@ static int load_from_path(Unit *u, const char *path) { goto finish; } - zero(st); if (fstat(fileno(f), &st) < 0) { r = -errno; goto finish; |