oops can't delete a pointer address

master
Liam Marshall 2015-05-15 14:25:08 -05:00
parent 365c562a17
commit 9641e9bd7f
1 changed files with 0 additions and 1 deletions

View File

@ -122,7 +122,6 @@ bool ModuleCache::evaluate(const std::string &filename, FileModule *&module)
module = lib_mod;
bool depschanged = lib_mod ? lib_mod->handleDependencies() : false;
delete entry;
return shouldCompile || depschanged;
}