mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-02-16 03:43:13 +01:00
Don't delete the header file after it has been generated!
This commit is contained in:
@@ -206,8 +206,6 @@ void Module::deleteObjFile()
|
||||
//bcfile->remove();
|
||||
if (doDocComment && docfile)
|
||||
docfile->remove();
|
||||
if (doHdrGen && hdrfile)
|
||||
hdrfile->remove();
|
||||
}
|
||||
|
||||
Module::~Module()
|
||||
|
||||
Reference in New Issue
Block a user