Merge finalize_definitions into finish

This commit is contained in:
bjorn3
2020-09-30 13:58:13 +02:00
parent 4483c3740a
commit 7608749647
4 changed files with 14 additions and 39 deletions

View File

@@ -437,10 +437,6 @@ impl Backend for ObjectBackend {
// Nothing to do.
}
fn publish(&mut self) {
// Nothing to do.
}
fn finish(
mut self,
_names: HashMap<String, FuncOrDataId>,