Skip to content

Commit

Permalink
Merge branch 'master' into ColorSpace
Browse files Browse the repository at this point in the history
  • Loading branch information
robertosfield committed Oct 17, 2024
2 parents dd494ae + d09058e commit 9dd7cc7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/vsg/utils/ShaderCompiler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -317,8 +317,6 @@ std::string ShaderCompiler::combineSourceAndDefines(const std::string& source, c
}
};

info("ShaderCompiler::combineSourceAndDefines");

// trim trailing spaces/tabs/newlines
auto trimTrailing = [](std::string& str) {
size_t endpos = str.find_last_not_of(" \t\r\n");
Expand Down

0 comments on commit 9dd7cc7

Please sign in to comment.