Skip to content

Commit

Permalink
Remove FromIrep module, as it is not used and has no tests (rust-lang…
Browse files Browse the repository at this point in the history
  • Loading branch information
danielsn authored and tedinski committed Nov 3, 2021
1 parent 5011097 commit 77f21d3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 234 deletions.
233 changes: 0 additions & 233 deletions compiler/cbmc/src/irep/from_irep.rs

This file was deleted.

1 change: 0 additions & 1 deletion compiler/cbmc/src/irep/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
//! TODO: Parser for json symbol tables into the internal irep format
//! TODO: Investigate memory usage, and consider using sharing to reduce memory usage

mod from_irep;
mod irep;
mod irep_id;
mod symbol;
Expand Down

0 comments on commit 77f21d3

Please sign in to comment.