summaryrefslogtreecommitdiffstats
path: root/source/slang/options.cpp
diff options
context:
space:
mode:
authorTim Foley <tfoleyNV@users.noreply.github.com>2017-10-13 18:14:42 -0700
committerGitHub <noreply@github.com>2017-10-13 18:14:42 -0700
commit64ddefb90cf440df7879d1f2f9cc61de71e0f181 (patch)
tree03d113b2e58c9e232021df38350744226600f79c /source/slang/options.cpp
parent575230b93370fea86ecccb53fba73927280e917b (diff)
Move reflection JSON generation into separate text fixture (#211)
Move reflection JSON generation into separate test fixture
Diffstat (limited to 'source/slang/options.cpp')
-rw-r--r--source/slang/options.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/source/slang/options.cpp b/source/slang/options.cpp
index 6b21798f5..693081f2a 100644
--- a/source/slang/options.cpp
+++ b/source/slang/options.cpp
@@ -310,10 +310,6 @@ struct OptionsParser
#undef CASE
- else if (name == "reflection-json")
- {
- target = SLANG_REFLECTION_JSON;
- }
else
{
fprintf(stderr, "unknown code generation target '%S'\n", name.ToWString().begin());