diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-04-06 20:06:14 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-12-26 21:36:29 +0100 |
| commit | 6978a5b91c46ff1b4b70d81e30eebc848093e08d (patch) | |
| tree | 8b8dc512b111ddb26fa54a34f448114c68dfecfa /src/AS_02_internal.h | |
| parent | d8a09e3eab154c8600084bad91f5cec51237b9a5 (diff) | |
Remove some unused variables.
Diffstat (limited to 'src/AS_02_internal.h')
| -rw-r--r-- | src/AS_02_internal.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/AS_02_internal.h b/src/AS_02_internal.h index 4be764d..ede5219 100644 --- a/src/AS_02_internal.h +++ b/src/AS_02_internal.h @@ -263,7 +263,6 @@ namespace AS_02 if ( KM_SUCCESS(result) ) { ASDCP::MXF::RIP::const_pair_iterator i = this->m_RIP.PairArray.begin(); - ui64_t header_byte_count = this->m_HeaderPart.HeaderByteCount; ui64_t previous_partition = 0; for ( i = this->m_RIP.PairArray.begin(); KM_SUCCESS(result) && i != this->m_RIP.PairArray.end(); ++i ) |
