summaryrefslogtreecommitdiff
path: root/source/slang/slang-serialize-ir-types.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/slang/slang-serialize-ir-types.h')
-rw-r--r--source/slang/slang-serialize-ir-types.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/source/slang/slang-serialize-ir-types.h b/source/slang/slang-serialize-ir-types.h
index d4c9dd9d7..dea45d72f 100644
--- a/source/slang/slang-serialize-ir-types.h
+++ b/source/slang/slang-serialize-ir-types.h
@@ -19,9 +19,6 @@ class Name;
struct IRSerialBinary
{
- /// IR module list
- static const FourCC::RawValue kIRModuleFourCc = SLANG_FOUR_CC('S', 'i', 'm', 'd');
-
/* NOTE! All FourCC that can be compressed must start with capital 'S', because compressed
version is the same FourCC with the 'S' replaced with 's' */