asSet* commands don't need DBD loaded

This commit is contained in:
Andrew Johnson
2025-04-28 15:28:44 -05:00
parent 35923b5085
commit c485055bd5

View File

@@ -172,7 +172,6 @@ int main(int argc, char *argv[])
epicsExit(2);
return 2;
case 'a':
lazy_dbd(dbd_file);
if (!macros.empty()) {
verbose_out(CMD, std::string("asSetSubstitutions(\"")
+ macros + "\")");