Remove useless semicolons

This commit is contained in:
scribam 2023-07-22 14:51:11 +02:00 committed by arcady-lunarg
parent fe82779952
commit c81b34fb24
4 changed files with 5 additions and 5 deletions

View file

@ -328,7 +328,7 @@ std::unordered_map<const char*, int, str_hash, str_eq>* KeywordMap = nullptr;
std::unordered_set<const char*, str_hash, str_eq>* ReservedSet = nullptr;
#endif
};
}
namespace glslang {