diff options
author | midipix <writeonce@midipix.org> | 2017-08-11 14:26:14 -0400 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2017-08-11 14:26:49 -0400 |
commit | 53b931989b7bb64957ff0440979ba40ca326c681 (patch) | |
tree | c8563772b6c84ff6aa02415009b2108dc1c51fbf /src/driver | |
parent | 2c2879478f52ed9aa633d35df2488fb00878e9b7 (diff) | |
download | slibtool-53b931989b7bb64957ff0440979ba40ca326c681.tar.bz2 slibtool-53b931989b7bb64957ff0440979ba40ca326c681.tar.xz |
driver: support -thread-safe more elegantly.
Diffstat (limited to 'src/driver')
-rw-r--r-- | src/driver/slbt_driver_ctx.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/driver/slbt_driver_ctx.c b/src/driver/slbt_driver_ctx.c index 47afa83..9b984e0 100644 --- a/src/driver/slbt_driver_ctx.c +++ b/src/driver/slbt_driver_ctx.c @@ -339,9 +339,6 @@ static int slbt_split_argv( *targv++ = argv[i++]; *targv++ = argv[i]; - } else if (!(strcmp("thread-safe",&argv[i][1]))) { - (void)0; - } else { for (popt=optout; popt[0] && popt[0]->long_name; popt++) if (!(strcmp(popt[0]->long_name,&argv[i][1]))) |