From cf9ac8270b9c67b103fa69443d80a45b7440196c Mon Sep 17 00:00:00 2001 From: Yutetsu TAKATSUKASA Date: Sat, 6 Mar 2021 13:11:54 +0900 Subject: [PATCH] Internals: Remove duplicated entry of -quiet-exit. No functional change is intended. (#2821) --- src/V3Options.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/V3Options.cpp b/src/V3Options.cpp index a6c36ed9a..1dbb7bd7d 100644 --- a/src/V3Options.cpp +++ b/src/V3Options.cpp @@ -1445,8 +1445,6 @@ void V3Options::parseOptsList(FileLine* fl, const string& optdir, int argc, char // Processed only in bin/verilator shell } else if (!strcmp(sw, "-gdbbt")) { // Processed only in bin/verilator shell - } else if (!strcmp(sw, "-quiet-exit")) { - // Processed only in bin/verilator shell } else if (!strcmp(sw, "-mod-prefix") && (i + 1) < argc) { shift; m_modPrefix = argv[i];