Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(101)

Unified Diff: testing/libfuzzer/archive_corpus.py

Issue 2565383002: [libfuzzer] Remove unused "--fuzzer" argument from archive_corpus.py. (Closed)
Patch Set: Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | testing/libfuzzer/fuzzer_test.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/libfuzzer/archive_corpus.py
diff --git a/testing/libfuzzer/archive_corpus.py b/testing/libfuzzer/archive_corpus.py
index 71c132b5b215f5a666578cc757eeb2d52d8ee367..5eb92b35410723777016a9ce051a6324324b47a4 100755
--- a/testing/libfuzzer/archive_corpus.py
+++ b/testing/libfuzzer/archive_corpus.py
@@ -21,7 +21,6 @@ def main():
parser = argparse.ArgumentParser(description="Generate fuzzer config.")
parser.add_argument('--corpus', required=True)
parser.add_argument('--output', required=True)
- parser.add_argument('--fuzzer', required=True)
args = parser.parse_args()
corpus_files = []
« no previous file with comments | « no previous file | testing/libfuzzer/fuzzer_test.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698