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.cpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/source/slang/slang-mangle.cpp b/source/slang/slang-mangle.cpp
index 7a5665905..311725e08 100644
--- a/source/slang/slang-mangle.cpp
+++ b/source/slang/slang-mangle.cpp
@@ -191,15 +191,6 @@ void emitBaseType(ManglingContext* context, BaseType baseType)
case BaseType::IntPtr:
emitRaw(context, "ip");
break;
- case BaseType::AddressSpace:
- emitRaw(context, "as");
- break;
- case BaseType::AccessQualifier:
- emitRaw(context, "aq");
- break;
- case BaseType::MemoryScope:
- emitRaw(context, "mem");
- break;
default:
SLANG_UNEXPECTED("unimplemented case in base type mangling");