summaryrefslogtreecommitdiff
path: root/src/arg.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/arg.c')
-rw-r--r--src/arg.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/arg.c b/src/arg.c
index 6ca5130..ec20097 100644
--- a/src/arg.c
+++ b/src/arg.c
@@ -199,9 +199,6 @@ int dcc_scan_args(char *argv[], char **input_file, char **output_file,
rs_trace("%s must be local", a);
return EXIT_DISTCC_FAILED;
}
- } else if (str_startswith("-specs=", a)) {
- rs_trace("%s must be local", a);
- return EXIT_DISTCC_FAILED;
} else if (!strcmp(a, "-S")) {
seen_opt_s = 1;
} else if (!strcmp(a, "-fprofile-arcs")