Skip to content

Commit

Permalink
Get rid of some commented-out code
Browse files Browse the repository at this point in the history
  • Loading branch information
codygunton committed Apr 17, 2023
1 parent 2994b29 commit 0c773d1
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 5 deletions.
2 changes: 0 additions & 2 deletions cpp/src/barretenberg/dsl/acir_format/sha256_constraint.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@

namespace acir_format {

// using namespace ;

// This function does not work (properly) because the stdlib:sha256 function is not working correctly for 512 bits
// pair<witness_index, bits>
void create_sha256_constraints(Composer& composer, const Sha256Constraint& constraint)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
#include "barretenberg/join_split_example/types.hpp"

using namespace barretenberg;
// using namespace proof_system::plonk::stdlib;
using namespace join_split_example::proofs::join_split;

#define WASM_EXPORT __attribute__((visibility("default")))
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#include <array>
#include <vector>
#include <string>
#include "barretenberg/plonk/proof_system/constants.hpp"
#include "barretenberg/proof_system/types/composer_type.hpp"

namespace proof_system::plonk {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ namespace {
auto& engine = numeric::random::get_debug_engine();
}

// using namespace barretenberg;
using namespace proof_system::plonk;

// One can only define a TYPED_TEST with a single template paramter.
Expand Down

0 comments on commit 0c773d1

Please sign in to comment.