diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-01-17 21:30:45 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-01-17 21:30:45 +0000 |
commit | 972e44bd8427f9c37f14bd46cccbae17acbf7b99 (patch) | |
tree | 6f5108a3bbed5fc7f129df70cf58136a12a72412 /libpager | |
parent | 12fb12212de65dad6e405b4ed9719c7367d50106 (diff) |
Formerly pager-sync.c.~3~
Diffstat (limited to 'libpager')
-rw-r--r-- | libpager/pager-sync.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libpager/pager-sync.c b/libpager/pager-sync.c index 34b715dd..7218ce39 100644 --- a/libpager/pager-sync.c +++ b/libpager/pager-sync.c @@ -29,9 +29,6 @@ pager_sync (struct pager *p, int wait) lock_object (p, offset, len, MEMORY_OBJECT_RETURN_DIRTY, 0 VM_PROT_NO_CHANGE, wait); - - if (shutting_down) - p->pager_state = SHUTDOWN; } |