Commit 988cd676 by ntfs.hard

unused var

parent 7fc409ee
...@@ -1139,7 +1139,6 @@ void CompileAndLinkShaderUnits(std::vector<ShaderCompUnit> compUnits) ...@@ -1139,7 +1139,6 @@ void CompileAndLinkShaderUnits(std::vector<ShaderCompUnit> compUnits)
for (int stage = 0; stage < EShLangCount; ++stage) { for (int stage = 0; stage < EShLangCount; ++stage) {
if (program.getIntermediate((EShLanguage)stage)) { if (program.getIntermediate((EShLanguage)stage)) {
std::vector<unsigned int> spirv; std::vector<unsigned int> spirv;
std::string warningsErrors;
spv::SpvBuildLogger logger; spv::SpvBuildLogger logger;
glslang::SpvOptions spvOptions; glslang::SpvOptions spvOptions;
if (Options & EOptionDebug) if (Options & EOptionDebug)
......
...@@ -334,8 +334,6 @@ int main(int argc, char** argv) ...@@ -334,8 +334,6 @@ int main(int argc, char** argv)
if (outputDir.empty()) if (outputDir.empty())
usage(argv[0], "Output directory required"); usage(argv[0], "Output directory required");
std::string errmsg;
// Main operations: read, remap, and write. // Main operations: read, remap, and write.
execute(inputFile, outputDir, opts, verbosity); execute(inputFile, outputDir, opts, verbosity);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment