]> git.tdb.fi Git - libs/gl.git/blobdiff - source/glsl/optimize.h
Remove some unused code from UnusedVariableRemover
[libs/gl.git] / source / glsl / optimize.h
index b8ab3201ccc54aa74fc603fce30caf8b5bd6b683..d9fc2d6a7a074367262dc890967ac632b9d22682 100644 (file)
@@ -328,7 +328,6 @@ private:
 
        struct VariableInfo
        {
-               InterfaceBlock *interface_block = 0;
                std::vector<AssignmentInfo *> assignments;
                bool initialized = false;
                bool output = false;
@@ -340,7 +339,6 @@ private:
        Stage *stage = 0;
        BlockVariableMap variables;
        std::list<AssignmentInfo> assignments;
-       InterfaceBlock *interface_block = 0;
        Assignment *r_assignment = 0;
        bool assignment_target = false;
        bool r_side_effects = false;