diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-01-11 11:19:03 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-01-14 23:01:39 +0000 |
| commit | 46d462bc6c4027725a38191ffb6a35f2afd9916f (patch) | |
| tree | 292a95ee24993b3db614b87022f55134c3f17111 /src/asdcp-wrap.cpp | |
| parent | fbf88d481b4b9ce1ba68b3ae4208d510797425be (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 0e6a976..7440cca 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); |
