SPIRV: remove pre-C++11 workaround

This commit is contained in:
Johannes Kauffmann 2023-02-25 20:57:02 +01:00 committed by arcady-lunarg
parent 076c35863e
commit e00517acfe
3 changed files with 0 additions and 36 deletions

View file

@ -352,13 +352,11 @@ int main(int argc, char** argv)
int opts;
int verbosity;
#ifdef use_cpp11
// handle errors by exiting
spv::spirvbin_t::registerErrorHandler(errHandler);
// Log messages to std::cout
spv::spirvbin_t::registerLogHandler(logHandler);
#endif
if (argc < 2)
usage(argv[0]);