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"]
32
32
# # Enables the derive macros for the arbitrary dependency, transparently forwarded from libfuzzer-sys
33
33
arbitrary-derive = [" libfuzzer-sys/arbitrary-derive" ]
34
34
35
- # # Enables fuzzer introspection with LibAFL's `introspection` feature
36
- introspection = []
37
-
38
35
# # Enables forking in the fuzzer runtime for restarting managers for Unix systems (on by default)
39
36
fork = []
40
37
Original file line number Diff line number Diff line change @@ -60,9 +60,6 @@ fn main() {
60
60
if cfg ! ( any( feature = "fork" ) ) {
61
61
features. push ( "fork" ) ;
62
62
}
63
- if cfg ! ( any( feature = "introspection" ) ) {
64
- features. push ( "libafl/introspection" ) ;
65
- }
66
63
67
64
if !features. is_empty ( ) {
68
65
command. arg ( "--features" ) . arg ( features. join ( "," ) ) ;
You can’t perform that action at this time.
0 commit comments