diff options
Diffstat (limited to 'source/slang/check.cpp')
| -rw-r--r-- | source/slang/check.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source/slang/check.cpp b/source/slang/check.cpp index 47713e6cc..278ba7b61 100644 --- a/source/slang/check.cpp +++ b/source/slang/check.cpp @@ -5283,7 +5283,6 @@ namespace Slang RefPtr<Type> bestType; if(auto basicType = type.As<BasicExpressionType>()) { - basicType->baseType; for(Int baseTypeFlavorIndex = 0; baseTypeFlavorIndex < Int(BaseType::CountOf); baseTypeFlavorIndex++) { // Don't consider `type`, since we already know it doesn't work. |
