Przeglądaj źródła

removed a superfluous memory allocation

git-svn-id: https://svn.inf.ethz.ch/svn/lecturers/a2/trunk@6873 8c9fc860-2736-0410-a75d-ab315db34111
eth.guenter 8 lat temu
rodzic
commit
269a7943cd
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      source/OZip.mod

+ 1 - 1
source/OZip.mod

@@ -144,7 +144,7 @@ type
 		bwIndex: longint;
 		buffer: array BlockSize of char;
 	begin 
-		new( huff );  new( codeTable );
+		new( huff ); 
 		w.RawLInt( ComprTag );
 		loop
 			r.Bytes( buffer, 0, BlockSize, chunksize );