summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustus Winter <4winter@informatik.uni-hamburg.de>2014-04-11 14:09:58 +0200
committerJustus Winter <4winter@informatik.uni-hamburg.de>2014-04-11 15:14:45 +0200
commitbbf7f5b44924e0889e961d02a0cf7da0c719a63a (patch)
treecefa2611752c9f3696f28b8877f12587bd15aff0
parent4f2e373ffe6ff5931fd60d229d3807768374d59f (diff)
libmachdev: remove unused function
* libmachdev/ds_routines.c (mach_device_reference): Remove unused function.
-rw-r--r--libmachdev/ds_routines.c6
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)
{