potentially breaking: unused vars

This commit is contained in:
DarthArgus
2014-10-26 23:28:34 -07:00
parent 982290924a
commit 4d2287d072
27 changed files with 2 additions and 35 deletions
@@ -875,7 +875,6 @@ bool TreeFile::stripTreeFileSearchPathFromFile(const char *inputPath, char *outp
{
// make sure the output buffer has enough room
int const pathLength = static_cast<int>(strlen(path));
int const outputLength = static_cast<int>(strlen(buffer)) - pathLength;
if (outputLength > outputPathBufferSize)
return false;