Skip to content

Commit a6552cc

Browse files
committed
cppcheck: remove unused variable
1 parent ed61cdc commit a6552cc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

mythtv/libs/libmythtv/mpeg/mpegtables.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,6 @@ bool PSIPTable::VerifyPSIP(bool verify_crc) const
299299
return false;
300300
}
301301

302-
vector<unsigned char*> _ptrs;
303302
const unsigned char *pos = cpos;
304303
uint i = 0;
305304
for (; pos < psipdata() + Length() - 9; i++)

0 commit comments

Comments
 (0)