]> git.tdb.fi Git - libs/gl.git/commitdiff
Remove an XXX because I no longer remember how to reproduce the issue
authorMikko Rasa <tdb@tdb.fi>
Sat, 25 May 2019 21:25:34 +0000 (00:25 +0300)
committerMikko Rasa <tdb@tdb.fi>
Sat, 25 May 2019 21:25:34 +0000 (00:25 +0300)
Next time I should include a test case.

source/programcompiler.cpp

index 1f014f72c654d3e678f706cfff28f9d5173407f4..a3691b112fd4fc22d8121f04c4d37024037f8470 100644 (file)
@@ -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)