summaryrefslogtreecommitdiffstats
path: root/source/slang/slang-mangle.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/slang/slang-mangle.cpp')
-rw-r--r--source/slang/slang-mangle.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/source/slang/slang-mangle.cpp b/source/slang/slang-mangle.cpp
index dedbb2d48..d51fafb6b 100644
--- a/source/slang/slang-mangle.cpp
+++ b/source/slang/slang-mangle.cpp
@@ -186,13 +186,6 @@ void emitBaseType(ManglingContext* context, BaseType baseType)
case BaseType::IntPtr:
emitRaw(context, "ip");
break;
- case BaseType::Int8x4Packed:
- emitRaw(context, "c4p");
- break;
- case BaseType::UInt8x4Packed:
- emitRaw(context, "C4p");
- break;
-
default:
SLANG_UNEXPECTED("unimplemented case in base type mangling");
break;