Browse Source

* Do not redefine TBytes

Michaël Van Canneyt 3 years ago
parent
commit
70c286d7d5
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,