diff options
Diffstat (limited to 'device/ds_routines.c')
-rw-r--r-- | device/ds_routines.c | 13 |
1 files changed, 0 insertions, 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); |