Skip to content

Commit

Permalink
Remove IR lookup tables for now
Browse files Browse the repository at this point in the history
  • Loading branch information
timsueberkrueb committed Jan 4, 2025
1 parent 52d2591 commit 4d5b239
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 38 deletions.
2 changes: 0 additions & 2 deletions lang/backend/src/ir/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
pub mod decls;
pub mod exprs;
pub mod symbol_table;

pub use decls::*;
pub use exprs::*;
pub use symbol_table::*;
36 changes: 0 additions & 36 deletions lang/backend/src/ir/symbol_table.rs

This file was deleted.

0 comments on commit 4d5b239

Please sign in to comment.