diff options
Diffstat (limited to 'tools/slang-test/options.h')
| -rw-r--r-- | tools/slang-test/options.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tools/slang-test/options.h b/tools/slang-test/options.h index 220293ba0..a8c2e3852 100644 --- a/tools/slang-test/options.h +++ b/tools/slang-test/options.h @@ -98,9 +98,6 @@ struct Options // The adapter to use. If empty will match first found adapter. Slang::String adapter; - // The path to NVAPI if available. - Slang::String nvapiPath; - /// Parse the args, report any errors into stdError, and write the results into optionsOut static SlangResult parse(int argc, char** argv, TestCategorySet* categorySet, Slang::WriterHelper stdError, Options* optionsOut); }; |
