From 64ddefb90cf440df7879d1f2f9cc61de71e0f181 Mon Sep 17 00:00:00 2001 From: Tim Foley Date: Fri, 13 Oct 2017 18:14:42 -0700 Subject: Move reflection JSON generation into separate text fixture (#211) Move reflection JSON generation into separate test fixture --- source/slang/compiler.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'source/slang/compiler.h') diff --git a/source/slang/compiler.h b/source/slang/compiler.h index 1919699a1..ca06e3a65 100644 --- a/source/slang/compiler.h +++ b/source/slang/compiler.h @@ -47,7 +47,6 @@ namespace Slang SPIRVAssembly = SLANG_SPIRV_ASM, DXBytecode = SLANG_DXBC, DXBytecodeAssembly = SLANG_DXBC_ASM, - ReflectionJSON = SLANG_REFLECTION_JSON, SlangIR = SLANG_IR, SlangIRAssembly = SLANG_IR_ASM, }; @@ -187,10 +186,6 @@ namespace Slang // What target language are we compiling to? CodeGenTarget Target = CodeGenTarget::Unknown; - // An "extra" target that might override the first one - // when it comes to deciding output format, etc. - CodeGenTarget extraTarget = CodeGenTarget::Unknown; - // Directories to search for `#include` files or `import`ed modules List searchDirectories; -- cgit v1.2.3