mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-11 15:47:51 +02:00
* cleaned out some ver2_2_0 defines.
git-svn-id: trunk@26230 -
This commit is contained in:
parent
6ea9ce1077
commit
10ff8bf74e
@ -86,11 +86,7 @@ end;
|
|||||||
Function TInputPipeStream.Write (Const Buffer; Count : Longint) : longint;
|
Function TInputPipeStream.Write (Const Buffer; Count : Longint) : longint;
|
||||||
|
|
||||||
begin
|
begin
|
||||||
{$ifdef ver2_2_0}
|
|
||||||
raise EStreamError.Create( 'Cannot write to InputPipeStream');
|
|
||||||
{$else}
|
|
||||||
WriteNotImplemented;
|
WriteNotImplemented;
|
||||||
{$endif}
|
|
||||||
Result := 0;
|
Result := 0;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
@ -117,11 +113,7 @@ end;
|
|||||||
Function TOutputPipeStream.Read(Var Buffer; Count : Longint) : longint;
|
Function TOutputPipeStream.Read(Var Buffer; Count : Longint) : longint;
|
||||||
|
|
||||||
begin
|
begin
|
||||||
{$ifdef ver2_2_0}
|
|
||||||
raise EStreamError.Create( 'Cannot read from OutputPipeStream');
|
|
||||||
{$else}
|
|
||||||
ReadNotImplemented;
|
ReadNotImplemented;
|
||||||
{$endif}
|
|
||||||
Result := 0;
|
Result := 0;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user