Skip to content

Commit 07bef59

Browse files
committed
fixup! streamline option building (based on #15320)
1 parent b201a6d commit 07bef59

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

Framework/Core/src/DeviceSpecHelpers.cxx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1604,10 +1604,6 @@ void DeviceSpecHelpers::prepareArguments(bool defaultQuiet, bool defaultStopped,
16041604
continue;
16051605
}
16061606

1607-
if (varit.second.defaulted()) {
1608-
continue;
1609-
}
1610-
16111607
// check the semantics of the value
16121608
auto semantic = description->semantic();
16131609
const char* optarg = "";

0 commit comments

Comments
 (0)