summaryrefslogtreecommitdiffstats
path: root/source/slang/slang-check-conversion.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/slang/slang-check-conversion.cpp')
-rw-r--r--source/slang/slang-check-conversion.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/slang/slang-check-conversion.cpp b/source/slang/slang-check-conversion.cpp
index a9785a585..c5cf192ee 100644
--- a/source/slang/slang-check-conversion.cpp
+++ b/source/slang/slang-check-conversion.cpp
@@ -1026,8 +1026,6 @@ int getTypeBitSize(Type* t)
return 16;
case BaseType::Int:
case BaseType::UInt:
- case BaseType::Int8x4Packed:
- case BaseType::UInt8x4Packed:
return 32;
case BaseType::Int64:
case BaseType::UInt64: