test/wcc: drop 737's dead runbuild helper (predates T3 -o semantics)

This commit is contained in:
2026-06-10 21:38:51 +09:00
parent 2338ea5d59
commit 2661b4f2ea

View File

@@ -30,15 +30,6 @@ runwait(const char *cmd)
return 1;
}
static int
runbuild(const char *driver, const char *src, const char *outbin)
{
char cmd[2048];
snprintf(cmd, sizeof cmd, "%s build %s -o /dev/null >/dev/null 2>%s",
driver, src, outbin);
return runwait(cmd);
}
static int
stderr_contains(const char *path, const char *needle)
{