Remove unused variables.
authordan sinclair <dsinclair@google.com>
Mon, 30 Mar 2020 14:03:11 +0000 (10:03 -0400)
committerdan 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

index d2ece76ce34538bf047f63b2e66bed9190016958..865eab2eefdd83ad79e981be7171de1ee849bf27 100644 (file)
@@ -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);