Rename various things for more inclusive language
[platform/upstream/VK-GL-CTS.git] / modules / gles31 / functional / es31fProgramInterfaceQueryTestCase.cpp
index 4b3d732..a474cc8 100644 (file)
@@ -1159,8 +1159,8 @@ void VariableReferencedByShaderValidator::validate (const ProgramInterfaceDefini
 {
        DE_UNREF(implementationName);
 
-       std::vector<VariablePathComponent>      dummyPath;
-       const bool                                                      referencedByShader = findProgramVariablePathByPathName(dummyPath, program, resource, m_filter);
+       std::vector<VariablePathComponent>      unusedPath;
+       const bool                                                      referencedByShader = findProgramVariablePathByPathName(unusedPath, program, resource, m_filter);
 
        m_testCtx.getLog()
                << tcu::TestLog::Message