bug-hurd
[Top][All Lists]
Advanced

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

[PATCH hurd-dde 3/7] libmachdev: drop unused function


From: Justus Winter
Subject: [PATCH hurd-dde 3/7] libmachdev: drop unused function
Date: Wed, 26 Nov 2014 15:22:32 +0100

* libmachdev/ds_routines.c (mach_convert_device_to_port): Drop function.
---
 libmachdev/ds_routines.c | 10 ----------
 1 file changed, 10 deletions(-)

diff --git a/libmachdev/ds_routines.c b/libmachdev/ds_routines.c
index 5287bf4..e9fbe94 100644
--- a/libmachdev/ds_routines.c
+++ b/libmachdev/ds_routines.c
@@ -87,16 +87,6 @@ boolean_t is_master_device (mach_port_t port);
  * What follows is the interface for the native Mach devices.
  */
 
-static inline mach_port_t
-mach_convert_device_to_port (mach_device_t device)
-{
-  if (device == NULL)
-    return MACH_PORT_NULL;
-
-  // TODO I have to somehow dereference it when it is called at the first time.
-  return ports_get_right (device);
-}
-
 /* Implementation of device interface */
 io_return_t
 ds_device_open (mach_port_t open_port, mach_port_t reply_port,
-- 
2.1.3




reply via email to

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