aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs
diff options
context:
space:
mode:
authorGravatar Oliver Chang <oliverchang@users.noreply.github.com>2018-04-27 13:53:29 +1000
committerGravatar GitHub <noreply@github.com>2018-04-27 13:53:29 +1000
commit798abca6f4bc42203bcc52684bdd145a0b494eeb (patch)
tree040136771701e8b51b8a2e4785fee7527a533997 /docs
parent924a7860395e998b4fdca7c58acdc025ef1801b3 (diff)
Update fuzzer_environment.md
Diffstat (limited to 'docs')
-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).