remove information about gdmd, in official installation now

This commit is contained in:
Basile Burg 2016-12-26 02:02:57 +01:00
parent 6165591c81
commit 85eafc1d85
No known key found for this signature in database
GPG Key ID: 1868039F415CB8CF
1 changed files with 0 additions and 5 deletions

View File

@ -211,11 +211,6 @@ begin
'optional, the D source code formater, needed by the Dfmt commander widget');
itm.Parent := boxTools;
itm.ReAlign;
// TODO-cmaintenance: remove this entry if GDMD is distributed with GDC
itm := TToolInfo.Construct(self, tikOptional, 'gdmd',
'optional, the GDC wrapper with a DMD command line interface');
itm.Parent := boxTools;
itm.ReAlign;
itm := TToolInfo.Construct(self, tikOptional, 'gdc',
'optional, the GDC D compiler');
itm.Parent := boxTools;