Skip to content

Commit

Permalink
Removed unused env var ZK_EVM_WORKSPACE_DIR
Browse files Browse the repository at this point in the history
  • Loading branch information
BGluth committed Aug 14, 2024
1 parent 3f3a66c commit d4f4b4b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions zero_bin/tools/prove_stdio.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@ PROOFS_JSON_PATH="${TOOLS_DIR}/proofs.json"
VERIFY_OUT_PATH="${TOOLS_DIR}/verify.out"
TEST_OUT_PATH="${TOOLS_DIR}/test.out"

# Set the environment variable to let the binary know that we're running in the project workspace.
export ZK_EVM_WORKSPACE_DIR="${TOOLS_DIR}/../../"

# Configured Rayon and Tokio with rough defaults
export RAYON_NUM_THREADS=$num_procs
export TOKIO_WORKER_THREADS=$num_procs
Expand Down

0 comments on commit d4f4b4b

Please sign in to comment.