mirror of
https://github.com/systemd/systemd.git
synced 2026-07-26 11:20:26 +00:00
machine: drop state variable from Machine object
We never made use of it, let's get rid of it.
This commit is contained in:
@@ -67,7 +67,6 @@ struct Machine {
|
||||
char *name;
|
||||
sd_id128_t id;
|
||||
|
||||
MachineState state;
|
||||
MachineClass class;
|
||||
|
||||
char *state_file;
|
||||
|
||||
Reference in New Issue
Block a user