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/asdcp-wrap.cpp | |
| parent | 8ec31f1e14c00e7b21ae38228d3b410dafd9594d (diff) | |
Remove some unused variables.
Diffstat (limited to 'src/asdcp-wrap.cpp')
| -rwxr-xr-x | src/asdcp-wrap.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/asdcp-wrap.cpp b/src/asdcp-wrap.cpp index 4596ca7..3bc07db 100755 --- a/src/asdcp-wrap.cpp +++ b/src/asdcp-wrap.cpp @@ -1625,7 +1625,6 @@ int main(int argc, const char** argv) { Result_t result = RESULT_OK; - char str_buf[64]; g_dict = &ASDCP::DefaultSMPTEDict(); CommandOptions Options(argc, argv); |
