summaryrefslogtreecommitdiff
path: root/source/slang/profile.h
diff options
context:
space:
mode:
authorTim Foley <tfoleyNV@users.noreply.github.com>2017-06-19 11:09:23 -0700
committerGitHub <noreply@github.com>2017-06-19 11:09:23 -0700
commit838e8331da24744948539c12d2a8edcd9c594ee5 (patch)
treeaf1fffcf4cc3ad7368fb9ae2c1b23b34890dbca8 /source/slang/profile.h
parentbb9ca29160f5d95f3860504262693ea650d96be5 (diff)
parent91d796da81aade1669abb90b72d4013e5480fb2d (diff)
Merge pull request #30 from tfoleyNV/slang-checking-fix
Make sure that semantic checks always apply to Slang files
Diffstat (limited to 'source/slang/profile.h')
-rw-r--r--source/slang/profile.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/source/slang/profile.h b/source/slang/profile.h
index f67207c9e..f8839be84 100644
--- a/source/slang/profile.h
+++ b/source/slang/profile.h
@@ -13,9 +13,6 @@ namespace Slang
Slang = SLANG_SOURCE_LANGUAGE_SLANG,
HLSL = SLANG_SOURCE_LANGUAGE_HLSL,
GLSL = SLANG_SOURCE_LANGUAGE_GLSL,
-
- // A separate PACKAGE of Slang code that has been imported
- ImportedSlangCode,
};
// TODO(tfoley): This should merge with the above...