diff --git a/cesetup/version.txt b/cesetup/version.txt index e8133aec..916f5758 100644 --- a/cesetup/version.txt +++ b/cesetup/version.txt @@ -1 +1 @@ -3_gold \ No newline at end of file +3_update_1 diff --git a/src/ce_libman.pas b/src/ce_libman.pas index 46a56d3a..dd4010bc 100644 --- a/src/ce_libman.pas +++ b/src/ce_libman.pas @@ -333,13 +333,6 @@ begin begin lib := libraryByIndex[i]; als := lib.libAlias.upperCase; - // TODO-cmaintenace: from 3 upd 1 remove auto deletion of libman entry for phobos and rt. - if (als = 'PHOBOS') or (als = 'RUNTIME') or (als = 'DRUNTIME') then - begin - fCollection.Delete(i); - continue; - end; - // lib.updateModulesInfo; end; updateItemsByAlias;