Revert "Feature gates for rbpf v0.2.16 (#21590)"

This reverts commit 6777ca244f.
This commit is contained in:
Trent Nelson
2021-12-13 08:48:38 -07:00
committed by Tao Zhu
parent 3369826bd1
commit e68cd335d5
5 changed files with 5 additions and 27 deletions

View File

@@ -147,7 +147,6 @@ native machine code before execting it in the virtual machine.",
let config = Config {
enable_instruction_tracing: matches.is_present("trace") || matches.is_present("profile"),
enable_symbol_and_section_labels: true,
..Config::default()
};
let mut accounts = Vec::new();