From 6bc35749ec5434c0a552646eeb567dc1b5f03e87 Mon Sep 17 00:00:00 2001 From: Arcady Goldmints-Orlov Date: Fri, 28 Jul 2023 11:53:30 -0600 Subject: [PATCH] Remove a stray GLSLANG_WEB ifdef --- glslang/MachineIndependent/ParseHelper.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/glslang/MachineIndependent/ParseHelper.cpp b/glslang/MachineIndependent/ParseHelper.cpp index a2c90830..b8c64e09 100644 --- a/glslang/MachineIndependent/ParseHelper.cpp +++ b/glslang/MachineIndependent/ParseHelper.cpp @@ -7225,7 +7225,6 @@ void TParseContext::declareTypeDefaults(const TSourceLoc& loc, const TPublicType void TParseContext::coopMatTypeParametersCheck(const TSourceLoc& loc, const TPublicType& publicType) { -#ifndef GLSLANG_WEB if (parsingBuiltins) return; if (publicType.isCoopmatKHR()) { @@ -7257,7 +7256,6 @@ void TParseContext::coopMatTypeParametersCheck(const TSourceLoc& loc, const TPub return; } } -#endif } bool TParseContext::vkRelaxedRemapUniformVariable(const TSourceLoc& loc, TString& identifier, const TPublicType&,