mirror of
https://github.com/systemd/systemd.git
synced 2024-12-23 21:35:11 +03:00
execute: remove redundant assignment
This commit is contained in:
parent
170d978b2f
commit
d9e5137185
@ -141,7 +141,7 @@ struct ExecRuntime {
|
||||
};
|
||||
|
||||
typedef enum ExecDirectoryType {
|
||||
EXEC_DIRECTORY_RUNTIME = 0,
|
||||
EXEC_DIRECTORY_RUNTIME,
|
||||
EXEC_DIRECTORY_STATE,
|
||||
EXEC_DIRECTORY_CACHE,
|
||||
EXEC_DIRECTORY_LOGS,
|
||||
|
Loading…
Reference in New Issue
Block a user