Skip to content

Commit

Permalink
fix: Remove leveldb_store from stdlib_merkle_tree public interface
Browse files Browse the repository at this point in the history
  • Loading branch information
phated committed Feb 15, 2023
1 parent 255dfb5 commit 2f11321
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions cpp/src/aztec/join_split_example/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
if(NOT WASM)
link_libraries(leveldb)
endif()
add_subdirectory(proofs)
1 change: 0 additions & 1 deletion cpp/src/aztec/stdlib/merkle_tree/index.hpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#pragma once
#include "hash_path.hpp"
#include "hash.hpp"
#include "leveldb_store.hpp"
#include "membership.hpp"
#include "memory_store.hpp"
#include "memory_tree.hpp"
Expand Down

0 comments on commit 2f11321

Please sign in to comment.