diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-09-21 20:16:07 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-09-21 20:16:07 +0000 |
commit | 753fa1ab4a6d5198ad7f247e5f7629f13fddefc0 (patch) | |
tree | 2ee391905dd7af68b4082a5cc8014f5a2ba9cade | |
parent | dd12387424d1042baadd5f975a182376887a8138 (diff) |
Formerly sizes.c.~18~
-rw-r--r-- | ufs/sizes.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ufs/sizes.c b/ufs/sizes.c index bde73dee..cc25f680 100644 --- a/ufs/sizes.c +++ b/ufs/sizes.c @@ -505,9 +505,5 @@ diskfs_grow (struct node *np, mach_port_deallocate (mach_task_self (), obj); } -#if 0 - diskfs_file_update (np, 0); -#endif - return err; } |