aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--docs/fuzzer_environment.md4
1 files changed, 0 insertions, 4 deletions
diff --git a/docs/fuzzer_environment.md b/docs/fuzzer_environment.md
index d35786dd..e4c9bfa7 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).