diff --git a/src/ce_dmdwrap.pas b/src/ce_dmdwrap.pas index 6f157745..86589adb 100644 --- a/src/ce_dmdwrap.pas +++ b/src/ce_dmdwrap.pas @@ -569,8 +569,6 @@ const binKindStr: array[TBinaryKind] of string = ('', '-lib', '-shared', '-c'); bchKindStr: array[TBoundCheckKind] of string = ('on', 'safeonly', 'off'); begin - depPatch; - // opt := binKindStr[fBinKind]; if opt <> '' then aList.Add(opt); opt := trgKindStr[fTrgKind];