Skip to content

Commit

Permalink
chore: Remove unused NativeVecHeapAdapter (#1189)
Browse files Browse the repository at this point in the history
  • Loading branch information
zlangley authored Jan 7, 2025
1 parent a9795b3 commit 501e965
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 391 deletions.
2 changes: 0 additions & 2 deletions extensions/native/circuit/src/adapters/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,3 @@ pub mod jal_native_adapter;
pub mod loadstore_native_adapter;
// 2 reads, 1 write, read size = write size = N, no imm support, read/write to address space d
pub mod native_vectorized_adapter;
// 2 reads and 1 write from/to heap memory
pub mod native_vec_heap_adapter;
389 changes: 0 additions & 389 deletions extensions/native/circuit/src/adapters/native_vec_heap_adapter.rs

This file was deleted.

0 comments on commit 501e965

Please sign in to comment.