Browse Source

(open_archive): Removed assignment to read_full_records_option.

Sergey Poznyakoff 21 years ago
parent
commit
3e8f210904
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/buffer.c

+ 0 - 1
src/buffer.c

@@ -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: