diff options
author | Marin Ramesa <mpr@hi.t-com.hr> | 2013-11-09 05:29:01 +0100 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2013-11-09 18:31:41 +0100 |
commit | 24d8170fa18e3bad9ef2fa1e100e34e93a6c1126 (patch) | |
tree | 38a626d0c390757c481d8d40d15f952c8d41dc8e /vm/vm_object.c | |
parent | dd0989ad8e7526844fcbc2e26bbcc4cc37a010ac (diff) | |
download | gnumach-24d8170fa18e3bad9ef2fa1e100e34e93a6c1126.tar.gz gnumach-24d8170fa18e3bad9ef2fa1e100e34e93a6c1126.tar.bz2 gnumach-24d8170fa18e3bad9ef2fa1e100e34e93a6c1126.zip |
Remove lint code
Diffstat (limited to 'vm/vm_object.c')
-rw-r--r-- | vm/vm_object.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/vm/vm_object.c b/vm/vm_object.c index 18a909f8..600aff24 100644 --- a/vm/vm_object.c +++ b/vm/vm_object.c @@ -813,10 +813,6 @@ kern_return_t memory_object_destroy( ipc_port_t old_object, old_name; pager_request_t old_control; -#ifdef lint - reason++; -#endif /* lint */ - if (object == VM_OBJECT_NULL) return KERN_SUCCESS; @@ -1257,10 +1253,6 @@ boolean_t vm_object_copy_temporary( { vm_object_t object = *_object; -#ifdef lint - ++*_offset; -#endif /* lint */ - if (object == VM_OBJECT_NULL) { *_src_needs_copy = FALSE; *_dst_needs_copy = FALSE; @@ -2823,10 +2815,6 @@ boolean_t vm_object_coalesce( { vm_size_t newsize; -#ifdef lint - next_offset++; -#endif /* lint */ - if (next_object != VM_OBJECT_NULL) { return FALSE; } |