diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-01-11 11:19:03 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-12-03 16:44:25 +0100 |
| commit | 3ac58e7f18a14d9950fcc9fe5c19a3ddc8aed571 (patch) | |
| tree | d29c7a25fdd8acdaa49b2cc00bb07e2f7130e2a1 /src/AS_DCP_internal.h | |
| parent | 8ec31f1e14c00e7b21ae38228d3b410dafd9594d (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 6b87b02..e59af6f 100755 --- a/src/AS_DCP_internal.h +++ b/src/AS_DCP_internal.h @@ -223,7 +223,6 @@ namespace ASDCP if ( ASDCP_SUCCESS(result) ) { result = m_RIP.InitFromFile(m_File); - ui32_t test_s = m_RIP.PairArray.size(); if ( ASDCP_FAILURE(result) ) { |
