diff options
Diffstat (limited to 'src/core/device.h')
-rw-r--r-- | src/core/device.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/core/device.h b/src/core/device.h index a96aa6d24d..d52700b66f 100644 --- a/src/core/device.h +++ b/src/core/device.h @@ -37,6 +37,3 @@ extern const UnitVTable device_vtable; int device_found_node(Manager *m, const char *node, bool add, DeviceFound found, bool now); bool device_shall_be_bound_by(Unit *device, Unit *u); - -const char *device_found_to_string(DeviceFound f) _const_; -DeviceFound device_found_from_string(const char *s) _pure_; |