[tor-commits] [chutney/master] Remove an unused variable

teor at torproject.org teor at torproject.org
Tue Oct 30 11:30:02 UTC 2018


commit 0d882aeb030d9c4584a37329bfa1a464ce9c9df6
Author: teor <teor at torproject.org>
Date:   Thu Oct 25 09:58:00 2018 +1000

    Remove an unused variable
---
 tools/bootstrap-network.sh | 1 -
 1 file changed, 1 deletion(-)

diff --git a/tools/bootstrap-network.sh b/tools/bootstrap-network.sh
index 27e8122..addf991 100755
--- a/tools/bootstrap-network.sh
+++ b/tools/bootstrap-network.sh
@@ -34,7 +34,6 @@ if [ -d "$PWD/$CHUTNEY_DATA_DIR" ]; then
     export CHUTNEY_DATA_DIR="$PWD/$CHUTNEY_DATA_DIR"
 fi
 
-VOTING_OFFSET=6
 CHUTNEY="$CHUTNEY_PATH/chutney"
 myname=$(basename "$0")
 





More information about the tor-commits mailing list