Skip to content

Commit 743f631

Browse files
rzvxaBoshen
authored andcommitted
chore: cleanup.
1 parent c16e3b7 commit 743f631

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tasks/ast_codegen/src/schema.rs

-1
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,6 @@ impl Module {
216216
return Err(String::from(LOAD_ERROR));
217217
}
218218

219-
// let definitions = analyze(self.items);
220219
let definitions = Definitions {
221220
types: self.items.into_iter().filter_map(|it| (&*it.borrow()).into()).collect(),
222221
};

0 commit comments

Comments
 (0)