minor fix

This commit is contained in:
“Lincoln 2021-09-24 16:21:48 -07:00 committed by Markus Pilman
parent 8d30766129
commit cd25d42d66
1 changed files with 0 additions and 1 deletions

View File

@ -225,7 +225,6 @@ ACTOR Future<int> spawnProcess(std::string path,
return -1;
}
#endif
#endif
ACTOR Future<int> execHelper(ExecCmdValueString* execArg, UID snapUID, std::string folder, std::string role) {
state Standalone<StringRef> uidStr(snapUID.toString());