From: Mikko Rasa Date: Sat, 25 May 2019 21:25:34 +0000 (+0300) Subject: Remove an XXX because I no longer remember how to reproduce the issue X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=commitdiff_plain;h=20af6dd2f04caa224d8cae00befc97d010a1ed08 Remove an XXX because I no longer remember how to reproduce the issue Next time I should include a test case. --- 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)