diff options
author | John Stebbins <[email protected]> | 2016-03-12 17:19:54 -0700 |
---|---|---|
committer | John Stebbins <[email protected]> | 2016-03-12 17:19:54 -0700 |
commit | c029d661096397407da48a697664bb54650bc579 (patch) | |
tree | 93ba7c59fcf1a96d1caf2fadad698671b707cf6d /test | |
parent | f2e320ae17cbc10a0c621d717ab78a54ff9e3eb1 (diff) |
cli: remove unused variables version and build
Diffstat (limited to 'test')
-rw-r--r-- | test/test.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/test.c b/test/test.c index dc1fd5346..87ffff270 100644 --- a/test/test.c +++ b/test/test.c @@ -417,8 +417,6 @@ int RunQueue(hb_handle_t *h, const char *queue_import_name) int main( int argc, char ** argv ) { hb_handle_t * h; - int build; - char * version; hb_global_init(); hb_presets_builtin_update(); |