@@ -49,9 +49,6 @@ var (
var (
iterateBucketName string
iterateBucketLimit uint64
-
- revertCopyPath string
- revertRevision int64
)
func init() {
@@ -44,7 +44,7 @@ func main() {
fmt.Println("got --use-root=true but not root user")
os.Exit(1)
}
- if *useRoot == false {
+ if !*useRoot {
fmt.Println("root permissions disabled, agent will not modify network")
@@ -42,7 +42,6 @@ type keyStresser struct {
rateLimiter *rate.Limiter
- mu sync.Mutex
wg sync.WaitGroup
cancel func()
@@ -41,7 +41,6 @@ type v2Stresser struct {
atomicModifiedKey int64