]> git.tdb.fi Git - libs/gl.git/blobdiff - source/programcompiler.cpp
Remove an XXX because I no longer remember how to reproduce the issue
[libs/gl.git] / 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)