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

@ -865,6 +865,6 @@ void PropagateNoContraction(const glslang::TIntermediate& intermediate)
precise_object_accesschains.erase(precise_object_accesschain);
}
}
};
}
#endif // GLSLANG_WEB