summaryrefslogtreecommitdiffstats
path: root/tools/slang-test/options.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/slang-test/options.cpp')
-rw-r--r--tools/slang-test/options.cpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/tools/slang-test/options.cpp b/tools/slang-test/options.cpp
index b3f4bdc10..45533fe49 100644
--- a/tools/slang-test/options.cpp
+++ b/tools/slang-test/options.cpp
@@ -190,15 +190,6 @@ static bool _isSubCommand(const char* arg)
argCursor++;
// Assumed to be handle by .bat file that called us
}
- else if (strcmp(arg, "-adapter") == 0)
- {
- if (argCursor == argEnd)
- {
- stdError.print("error: expected operand for '%s'\n", arg);
- return SLANG_FAIL;
- }
- optionsOut->adapter = *argCursor++;
- }
else if (strcmp(arg, "-server-count") == 0)
{
if (argCursor == argEnd)