diff options
author | Justus Winter <4winter@informatik.uni-hamburg.de> | 2014-04-11 14:09:58 +0200 |
---|---|---|
committer | Justus Winter <4winter@informatik.uni-hamburg.de> | 2014-04-11 15:14:45 +0200 |
commit | bbf7f5b44924e0889e961d02a0cf7da0c719a63a (patch) | |
tree | cefa2611752c9f3696f28b8877f12587bd15aff0 | |
parent | 4f2e373ffe6ff5931fd60d229d3807768374d59f (diff) |
libmachdev: remove unused function
* libmachdev/ds_routines.c (mach_device_reference): Remove unused function.
-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) { |