Browse Source

+ Removed DECRREFNOTNIL define

git-svn-id: trunk@300 -
michael 20 years ago
parent
commit
f7edd5a256
2 changed files with 0 additions and 6 deletions
  1. 0 3
      rtl/inc/astrings.inc
  2. 0 3
      rtl/inc/wstrings.inc

+ 0 - 3
rtl/inc/astrings.inc

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

+ 0 - 3
rtl/inc/wstrings.inc

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