further cross-module dynamic database fixes

This commit is contained in:
Mark Thom
2019-03-07 22:01:03 -07:00
parent 72f759da40
commit b1e47cc465
2 changed files with 26 additions and 10 deletions

View File

@@ -105,7 +105,6 @@ impl SubModuleUser for IndexStore {
fn remove_code_index(&mut self, key: PredicateKey)
{
self.code_dir.remove(&key);
self.dynamic_code_dir.remove(&key);
}
fn insert_dir_entry(&mut self, name: ClauseName, arity: usize, idx: ModuleCodeIndex)