Skip to content

Commit

Permalink
Cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
bkaradzic committed Jul 14, 2017
1 parent 24e796f commit d50b29a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tools/shaderc/shaderc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -711,9 +711,6 @@ namespace bgfx
char tmp[bx::kMaxFilePath];
bx::strCopy(tmp, BX_COUNTOF(tmp), fp.getFileName() );
const char* base = bx::strFind(_filePath, tmp);
printf(" tmp: %s\n", tmp);
printf(" fp: %s\n", _filePath);
printf("base: %s\n", base);
return base;
}

Expand Down

0 comments on commit d50b29a

Please sign in to comment.