bug-hurd
[Top][All Lists]
Advanced

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

[PATCH 3/4] remove lint code


From: Marin Ramesa
Subject: [PATCH 3/4] remove lint code
Date: Tue, 17 Sep 2013 19:35:04 +0200

* device/ds_routines.c [lint]: Remove ifdefs and associated code.

---
 device/ds_routines.c | 13 -------------
 1 file changed, 13 deletions(-)

diff --git a/device/ds_routines.c b/device/ds_routines.c
index 12b0fa9..3cf5e20 100644
--- a/device/ds_routines.c
+++ b/device/ds_routines.c
@@ -1080,11 +1080,6 @@ device_read(device, reply_port, reply_port_type, mode, 
recnum,
        io_req_t                ior;
        io_return_t             result;
 
-#ifdef lint
-       *data = *data;
-       *data_count = *data_count;
-#endif /* lint */
-
        if (device->state != DEV_STATE_OPEN)
            return (D_NO_SUCH_DEVICE);
 
@@ -1162,11 +1157,6 @@ device_read_inband(device, reply_port, reply_port_type, 
mode, recnum,
        io_req_t                ior;
        io_return_t             result;
 
-#ifdef lint
-       *data = *data;
-       *data_count = *data_count;
-#endif /* lint */
-
        if (device->state != DEV_STATE_OPEN)
            return (D_NO_SUCH_DEVICE);
 
@@ -1426,9 +1416,6 @@ device_map(device, protection, offset, size, pager, unmap)
        ipc_port_t              *pager; /* out */
        boolean_t               unmap;  /* ? */
 {
-#ifdef lint
-       unmap = unmap;
-#endif /* lint */
        if (protection & ~VM_PROT_ALL)
                return (KERN_INVALID_ARGUMENT);
 
-- 
1.8.1.4




reply via email to

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