diff --git a/dmd/module.c b/dmd/module.c index 043eee10..c8f3c2d1 100644 --- a/dmd/module.c +++ b/dmd/module.c @@ -206,8 +206,6 @@ void Module::deleteObjFile() //bcfile->remove(); if (doDocComment && docfile) docfile->remove(); - if (doHdrGen && hdrfile) - hdrfile->remove(); } Module::~Module()