diff options
Diffstat (limited to 'source/slang/ir-serialize.h')
| -rw-r--r-- | source/slang/ir-serialize.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source/slang/ir-serialize.h b/source/slang/ir-serialize.h index 28f90303e..0146765a0 100644 --- a/source/slang/ir-serialize.h +++ b/source/slang/ir-serialize.h @@ -256,8 +256,6 @@ struct IRSerialBinary static const uint32_t kStringFourCc = SLANG_FOUR_CC('S', 'L', 's', 't'); /// 4 bytes per entry static const uint32_t kUInt32SourceLocFourCc = SLANG_FOUR_CC('S', 'r', 's', '4'); - /// 8 bytes per entry - static const uint32_t kUInt64SourceLocFourCc = SLANG_FOUR_CC('S', 'r', 's', '8'); struct SlangHeader { |
