Skip to content

Commit

Permalink
Remove unimplemented pretty printer
Browse files Browse the repository at this point in the history
  • Loading branch information
Rigidity committed Jul 2, 2024
1 parent c1e8697 commit eb512a8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions crates/clvm-utils/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,9 @@
mod curried_program;
mod curry_tree_hash;
mod hash_encoder;
mod prettier_printer;
mod tree_hash;

pub use curried_program::*;
pub use curry_tree_hash::*;
pub use hash_encoder::*;
pub use prettier_printer::*;
pub use tree_hash::*;
1 change: 0 additions & 1 deletion crates/clvm-utils/src/prettier_printer.rs

This file was deleted.

0 comments on commit eb512a8

Please sign in to comment.