From 5d993ed441f32b1cdb2e9a81dfd13d495306b642 Mon Sep 17 00:00:00 2001 From: DavidKorczynski Date: Mon, 9 Sep 2024 14:24:50 +0100 Subject: [PATCH] introspector: remove old misleading comment (#590) no longer relevant as of https://github.com/google/oss-fuzz-gen/pull/578 --- data_prep/introspector.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/data_prep/introspector.py b/data_prep/introspector.py index 9565737108..cf3c4b22bf 100755 --- a/data_prep/introspector.py +++ b/data_prep/introspector.py @@ -774,11 +774,6 @@ def populate_benchmarks_using_introspector(project: str, language: str, target_oracles: List[str]): """Populates benchmark YAML files from the data from FuzzIntrospector.""" - # If there is any oracle with test-migration then only do this oracle - # selection, because the benchmarks will have different .yaml structure. - # TODO(David): clean up benchmark code to make it more flexible for varying - # forms of target selectors, and potential mixing both types of target - # selectors. potential_benchmarks = [] for target_oracle in target_oracles: if 'test-migration' in target_oracle: