projects
/
platform
/
upstream
/
glslang.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
344bd08
)
Remove unused variables.
author
dan sinclair
<dsinclair@google.com>
Mon, 30 Mar 2020 14:03:11 +0000
(10:03 -0400)
committer
dan sinclair
<dsinclair@google.com>
Mon, 30 Mar 2020 14:03:13 +0000
(10:03 -0400)
This CL removes two unused variables from the initialization code.
glslang/MachineIndependent/Initialize.cpp
patch
|
blob
|
history
diff --git
a/glslang/MachineIndependent/Initialize.cpp
b/glslang/MachineIndependent/Initialize.cpp
index d2ece76ce34538bf047f63b2e66bed9190016958..865eab2eefdd83ad79e981be7171de1ee849bf27 100644
(file)
--- a/
glslang/MachineIndependent/Initialize.cpp
+++ b/
glslang/MachineIndependent/Initialize.cpp
@@
-126,8
+126,6
@@
enum ArgClass {
};
// Mixtures of the above, to help the function tables
const ArgClass ClassV1FIOCV = (ArgClass)(ClassV1 | ClassFIO | ClassCV);
-const ArgClass ClassV1FOCV = (ArgClass)(ClassV1 | ClassFO | ClassCV);
-const ArgClass ClassV1CV = (ArgClass)(ClassV1 | ClassCV);
const ArgClass ClassBNS = (ArgClass)(ClassB | ClassNS);
const ArgClass ClassRSNS = (ArgClass)(ClassRS | ClassNS);