summaryrefslogtreecommitdiff
path: root/source/slang/profile.h
diff options
context:
space:
mode:
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...