diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-04-06 20:06:14 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-07-11 01:28:41 +0200 |
| commit | 8b3a282e00d907320123e450ac6faee29cfe0e4d (patch) | |
| tree | 61da682be6952af255c1c3e900db6a67f76ce87a /src/AS_02_internal.h | |
| parent | 1b64c426f5bb727217984d353c5c3671f9bc4eed (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 b5d8282..ef87b27 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 ) |
