builtin-builder: remove unescapeNul that snuck back in

fuck

Change-Id: I5d203fc36c4a2eb2aefde9208d6cefd3619cdf03
This commit is contained in:
eldritch horrors
2026-01-25 19:30:10 +01:00
parent 5abf26a19f
commit 58c3ee4c8e
-4
View File
@@ -34,10 +34,6 @@ static int main_builtin_builder(AsyncIoRoot & aio, std::string programName, Stri
return *argvIt++;
};
const auto unescapeNul = [](std::string in) {
return replaceStrings(replaceStrings(std::move(in), "\\0", "\0"sv), "\\\\", "\\");
};
while (argvIt != argvEnd) {
const auto arg = getArg("option");
if (arg == "--") {