projects
/
libs
/
gl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aa98736
)
Remove an XXX because I no longer remember how to reproduce the issue
author
Mikko Rasa
<tdb@tdb.fi>
Sat, 25 May 2019 21:25:34 +0000
(
00:25
+0300)
committer
Mikko 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
patch
|
blob
|
history
diff --git
a/source/programcompiler.cpp
b/source/programcompiler.cpp
index 1f014f72c654d3e678f706cfff28f9d5173407f4..a3691b112fd4fc22d8121f04c4d37024037f8470 100644
(file)
--- 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)