aboutsummaryrefslogtreecommitdiff
path: root/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/preprocessor/PpContext.h
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/preprocessor/PpContext.h')
-rw-r--r--third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/preprocessor/PpContext.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/preprocessor/PpContext.h b/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/preprocessor/PpContext.h
index 590eab6b20..18342bf6d0 100644
--- a/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/preprocessor/PpContext.h
+++ b/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/preprocessor/PpContext.h
@@ -86,11 +86,6 @@ NVIDIA HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#include "../ParseHelper.h"
#include "PpTokens.h"
-/* windows only pragma */
-#ifdef _MSC_VER
- #pragma warning(disable : 4127)
-#endif
-
namespace glslang {
class TPpToken {