Skip to content

Commit

Permalink
fix(avm-server): remove unused AVM code (#848)
Browse files Browse the repository at this point in the history
It breaks compilation on newer rustc versions.
  • Loading branch information
monoid authored Jul 22, 2024
1 parent c423434 commit 50b23c6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 69 deletions.
68 changes: 0 additions & 68 deletions avm/server/src/avm_runtime_limits.rs

This file was deleted.

1 change: 0 additions & 1 deletion avm/server/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
)]

mod avm;
mod avm_runtime_limits;
mod config;
mod errors;
mod runner;
Expand Down

0 comments on commit 50b23c6

Please sign in to comment.