bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 4/6] libmachdev: remove unused function


From: Justus Winter
Subject: [PATCH 4/6] libmachdev: remove unused function
Date: Fri, 11 Apr 2014 15:34:12 +0200

* libmachdev/ds_routines.c (mach_device_reference): Remove unused function.
---
 libmachdev/ds_routines.c | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/libmachdev/ds_routines.c b/libmachdev/ds_routines.c
index a1fb058..66e5756 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)
 {
-- 
1.9.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]