+ Removed DECRREFNOTNIL define

git-svn-id: trunk@300 -
This commit is contained in:
michael 2005-06-09 17:48:33 +00:00
parent 033e38b8df
commit f7edd5a256
2 changed files with 0 additions and 6 deletions

View File

@ -106,9 +106,6 @@ Begin
If declocked(l^) then
{ Ref count dropped to zero }
DisposeAnsiString (S); { Remove...}
{$ifndef decrrefnotnil}
s:=nil;
{$endif}
end;
{ also define alias for internal use in the system unit }

View File

@ -188,9 +188,6 @@ Begin
If declocked(l^) then
{ Ref count dropped to zero }
DisposeWideString (S); { Remove...}
{$ifndef decrrefnotnil}
s:=nil;
{$endif}
end;
{ alias for internal use }