diff options
Diffstat (limited to 'src/device.c')
-rw-r--r-- | src/device.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/device.c b/src/device.c index bf032d0ce2..2cbb81aebd 100644 --- a/src/device.c +++ b/src/device.c @@ -537,7 +537,6 @@ const UnitVTable device_vtable = { .no_instances = true, .no_snapshots = true, .no_isolate = true, - .no_alias = true, .init = device_init, |