From 064c28f58e845be67a31283cb885b22f32118f49 Mon Sep 17 00:00:00 2001 From: Tim Foley Date: Sun, 9 Jul 2017 18:08:22 -0700 Subject: Pick layout rules based on target languge, not source. The tricky bit here was that the `reflection-json` output format isn't really a code generation target like the others, and we need to be able to have multiple "targets" active to make sense of it. This needs cleaning-up. --- source/slang/compiled-program.h | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 source/slang/compiled-program.h (limited to 'source/slang/compiled-program.h') diff --git a/source/slang/compiled-program.h b/source/slang/compiled-program.h deleted file mode 100644 index 7f5b674a0..000000000 --- a/source/slang/compiled-program.h +++ /dev/null @@ -1,13 +0,0 @@ -#ifndef BAKER_SL_COMPILED_PROGRAM_H -#define BAKER_SL_COMPILED_PROGRAM_H - -#include "../core/basic.h" -#include "diagnostics.h" -#include "syntax.h" -#include "type-layout.h" - -namespace Slang -{ -} - -#endif \ No newline at end of file -- cgit v1.2.3