mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-05 01:01:33 +02:00
fcl-base: blowfish2: Remove unnecessary destructor from TBlowFish2Stream
This commit is contained in:
parent
2256593e92
commit
3874fb7725
@ -76,7 +76,6 @@ Type
|
||||
Public
|
||||
Constructor Create(const AKey : UTF8String; Dest: TStream); overload; virtual;
|
||||
Constructor Create(AKey : TBytes; Dest: TStream); overload; virtual;
|
||||
Destructor Destroy; override;
|
||||
end;
|
||||
|
||||
TBlowFish2EncryptStream = Class(TBlowFish2Stream)
|
||||
@ -1044,12 +1043,6 @@ begin
|
||||
FPos:=0;
|
||||
end;
|
||||
|
||||
destructor TBlowFish2Stream.Destroy;
|
||||
|
||||
begin
|
||||
FreeAndNil(FBF);
|
||||
Inherited;
|
||||
end;
|
||||
|
||||
{ ---------------------------------------------------------------------
|
||||
TBlowFish2EncryptStream
|
||||
|
Loading…
Reference in New Issue
Block a user