Selaa lähdekoodia

* Revert 17797

git-svn-id: trunk@17802 -
pierre 14 vuotta sitten
vanhempi
commit
965b57d7b8
1 muutettua tiedostoa jossa 1 lisäystä ja 3 poistoa
  1. 1 3
      packages/paszlib/src/trees.pas

+ 1 - 3
packages/paszlib/src/trees.pas

@@ -141,8 +141,6 @@ type
 
   zPosfArray = array[0..(maxint div SizeOf(Posf))-1] of Posf;
   pzPosfArray = ^zPosfArray;
-  Tbytearray=array[0..0] of byte;
-  Pbytearray=^Tbytearray;
 
 { A Pos is an index in the character window. We use short instead of integer to
   save space in the various tables. IPos is used only for parameter passing.}
@@ -511,7 +509,7 @@ const
 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 28
 );
 
-
+  
 { First normalized length for each code (0 = MIN_MATCH) }
   base_length : array[0..LENGTH_CODES-1] of integer = (
 0, 1, 2, 3, 4, 5, 6, 7, 8, 10, 12, 14, 16, 20, 24, 28, 32, 40, 48, 56,