diff options
author | Miles Bader <miles@gnu.org> | 1996-02-20 21:05:36 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1996-02-20 21:05:36 +0000 |
commit | 2c94cc123bf4e6064c37904c210b6aa7554e970c (patch) | |
tree | 2a1dd77d7328a00206c99a5c474a21f1e783b6a3 | |
parent | 0087483adf8bbbc0bfa0e5c84300d22081b21a44 (diff) |
(_pager_lock_object): Remove `sync = 0'.
-rw-r--r-- | libpager/lock-object.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/libpager/lock-object.c b/libpager/lock-object.c index 299cc509..21e2cfad 100644 --- a/libpager/lock-object.c +++ b/libpager/lock-object.c @@ -1,5 +1,5 @@ /* Synchronous wrapper for memory_object_lock_request - Copyright (C) 1993, 1994 Free Software Foundation + Copyright (C) 1993, 1994, 1996 Free Software Foundation This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as @@ -38,8 +38,6 @@ _pager_lock_object (struct pager *p, mutex_unlock (&p->interlock); return; } - - sync = 0; /* XXX */ if (sync) { |