From 20af6dd2f04caa224d8cae00befc97d010a1ed08 Mon Sep 17 00:00:00 2001 From: Mikko Rasa Date: Sun, 26 May 2019 00:25:34 +0300 Subject: [PATCH] Remove an XXX because I no longer remember how to reproduce the issue Next time I should include a test case. --- source/programcompiler.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/source/programcompiler.cpp b/source/programcompiler.cpp index 1f014f72..a3691b11 100644 --- a/source/programcompiler.cpp +++ b/source/programcompiler.cpp @@ -35,8 +35,6 @@ namespace GL { using namespace ProgramSyntax; -// XXX For some reason global declarations are emitted for otherwise undeclared local variables - ProgramCompiler::ProgramCompiler(): resources(0), module(0) -- 2.43.0