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_DCP_internal.h | |
| parent | 1b64c426f5bb727217984d353c5c3671f9bc4eed (diff) | |
Remove some unused variables.
Diffstat (limited to 'src/AS_DCP_internal.h')
| -rwxr-xr-x | src/AS_DCP_internal.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/AS_DCP_internal.h b/src/AS_DCP_internal.h index 7162368..7c1e74d 100755 --- a/src/AS_DCP_internal.h +++ b/src/AS_DCP_internal.h @@ -249,7 +249,6 @@ namespace ASDCP if ( ASDCP_SUCCESS(result) ) { result = m_RIP.InitFromFile(m_File); - ui32_t test_s = (ui32_t)m_RIP.PairArray.size(); if ( ASDCP_FAILURE(result) ) { |
