(open_archive): Removed assignment to read_full_records_option.

This commit is contained in:
Sergey Poznyakoff
2004-05-11 14:23:25 +00:00
parent ee56bd0d0b
commit 3e8f210904

View File

@@ -293,7 +293,6 @@ open_archive (enum access_mode wanted_access)
{
case ACCESS_READ:
child_pid = sys_child_open_for_uncompress ();
read_full_records_option = false;
break;
case ACCESS_WRITE: