Remove two unused constants

This commit is contained in:
Sean Chittenden 2016-03-29 11:11:41 -07:00
parent cb9833b134
commit 4734e0113f
1 changed files with 0 additions and 2 deletions

View File

@ -165,8 +165,6 @@ func test_reconcileServerList(maxServers int) (bool, error) {
// present.
const failPct = 0.5
sm := testServerManagerFailProb(failPct)
const numShuffleTests = 100
const uniquePassRate = 0.5
var failedServers, healthyServers []*server_details.ServerDetails
for i := 0; i < maxServers; i++ {