SPIRV: remove pre-C++11 workaround
This commit is contained in:
parent
076c35863e
commit
e00517acfe
3 changed files with 0 additions and 36 deletions
|
|
@ -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]);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue