diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-11-23 23:22:34 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-11-23 23:22:34 +0100 |
| commit | 9fcfb18635e35929e77573a4fd38b51066ff131a (patch) | |
| tree | 3ed033ef184f43f4f0489a96713c89f36716bf40 /src/asdcp-wrap.cpp | |
| parent | cdcb01ddfc021859f4bfdcc5a61ecfab24a5700c (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); |
