Skip to content

Commit

Permalink
Remove unused variable. (#2273)
Browse files Browse the repository at this point in the history
The `isMat` variable is no longer used in the HLSL parser. Removed.
  • Loading branch information
dj2 authored Jun 15, 2020
1 parent 8496b78 commit 00965b9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion hlsl/hlslParseables.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,6 @@ glslang::TString& AppendTypeName(glslang::TString& s, const char* argOrder, cons
inline bool IsValid(const char* cname, char retOrder, char retType, char argOrder, char argType, int dim0, int dim1)
{
const bool isVec = (argOrder == 'V');
const bool isMat = (argOrder == 'M');

const std::string name(cname);

Expand Down

0 comments on commit 00965b9

Please sign in to comment.