فهرست منبع

* undo 43513 which ifdefed usage of ismanagedtype for 3.2. 3.2 now supports ismanagedtype

git-svn-id: trunk@43971 -
marco 5 سال پیش
والد
کامیت
37a8536bd4
1فایلهای تغییر یافته به همراه0 افزوده شده و 4 حذف شده
  1. 0 4
      rtl/objpas/fgl.pp

+ 0 - 4
rtl/objpas/fgl.pp

@@ -970,11 +970,7 @@ end;
 class function TFPGList.ItemIsManaged: Boolean;
 begin
 {$IFNDEF VER3_0}
-{$IFNDEF VER3_2}
   Result:=IsManagedType(T);
-{$ELSE}  
-  Result:=True; // Fallback to old behaviour  
-{$ENDIF}
 {$ELSE}
   Result:=True; // Fallback to old behaviour  
 {$ENDIF}