Skip to content

Commit

Permalink
cppcheck: remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
dekarl committed Jul 19, 2013
1 parent ed61cdc commit a6552cc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mythtv/libs/libmythtv/mpeg/mpegtables.cpp
Expand Up @@ -299,7 +299,6 @@ bool PSIPTable::VerifyPSIP(bool verify_crc) const
return false;
}

vector<unsigned char*> _ptrs;
const unsigned char *pos = cpos;
uint i = 0;
for (; pos < psipdata() + Length() - 9; i++)
Expand Down

0 comments on commit a6552cc

Please sign in to comment.