commit-hurd
[Top][All Lists]
Advanced

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

[gnumach] 35/56: remove lint code


From: Samuel Thibault
Subject: [gnumach] 35/56: remove lint code
Date: Sat, 28 Sep 2013 12:43:17 +0000

This is an automated email from the git hooks/post-receive script.

sthibault pushed a commit to branch master
in repository gnumach.

commit 364aca401a5643267bdf895aa4ce48f1b14f9d9f
Author: Marin Ramesa <address@hidden>
Date:   Tue Sep 17 19:35:04 2013 +0200

    remove lint code
    
    * 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 73571dc..028e700 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);
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-hurd/gnumach.git



reply via email to

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