diff options
Diffstat (limited to 'libmachdev/ds_routines.c')
-rw-r--r-- | libmachdev/ds_routines.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/libmachdev/ds_routines.c b/libmachdev/ds_routines.c index a1fb0580..66e5756c 100644 --- a/libmachdev/ds_routines.c +++ b/libmachdev/ds_routines.c @@ -88,12 +88,6 @@ mach_device_deallocate (void *device) ports_port_deref (device); } -static inline void -mach_device_reference (mach_device_t device) -{ - ports_port_ref (device); -} - static inline struct mach_device * mach_convert_port_to_device (device_t device) { |