Browse Source

* Do not redefine TBytes

(cherry picked from commit 70c286d7d5192d0d4997545b21831c7ce1d806ba)
Michaël Van Canneyt 3 years ago
parent
commit
a23f4ba13b
1 changed files with 0 additions and 2 deletions
  1. 0 2
      packages/fcl-base/src/basenenc.pp

+ 0 - 2
packages/fcl-base/src/basenenc.pp

@@ -22,8 +22,6 @@ interface
 uses SysUtils;
 
 Type
-  TBytes = Array of Byte;
-
   { TAlphabetEncoder }
   TReverseAlphabet = Array[0..255] of Byte;
   TStandardEncoder = (seBase16,