diff --git a/docs/fuzzer_environment.md b/docs/fuzzer_environment.md index d35786dde..e4c9bfa7e 100644 --- a/docs/fuzzer_environment.md +++ b/docs/fuzzer_environment.md @@ -52,7 +52,3 @@ executable lives in. Your project should not be compiled with `-march=native` or `-mtune=native` flags, as the build infrastructure and fuzzing machines may have different CPUs as well as other hardware differences. You may however use `-mtune=generic`. - -## Network access - -There will be no network interfaces available (not even loopback).