File tree Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -32,9 +32,6 @@ document-features = ["dep:document-features"]
3232# # Enables the derive macros for the arbitrary dependency, transparently forwarded from libfuzzer-sys
3333arbitrary-derive = [" libfuzzer-sys/arbitrary-derive" ]
3434
35- # # Enables fuzzer introspection with LibAFL's `introspection` feature
36- introspection = []
37-
3835# # Enables forking in the fuzzer runtime for restarting managers for Unix systems (on by default)
3936fork = []
4037
Original file line number Diff line number Diff line change @@ -60,9 +60,6 @@ fn main() {
6060 if cfg ! ( any( feature = "fork" ) ) {
6161 features. push ( "fork" ) ;
6262 }
63- if cfg ! ( any( feature = "introspection" ) ) {
64- features. push ( "libafl/introspection" ) ;
65- }
6663
6764 if !features. is_empty ( ) {
6865 command. arg ( "--features" ) . arg ( features. join ( "," ) ) ;
You can’t perform that action at this time.
0 commit comments