mirror of
https://github.com/zint/zint
synced 2024-11-16 20:57:25 +13:00
Remove unused variable
This commit is contained in:
parent
dce51ceb6d
commit
43d7493cf2
@ -338,7 +338,6 @@ static void test_encode_file_empty(void) {
|
|||||||
FILE *fstream;
|
FILE *fstream;
|
||||||
int ret;
|
int ret;
|
||||||
char filename[] = "in.bin";
|
char filename[] = "in.bin";
|
||||||
char buf[ZINT_MAX_DATA_LEN + 1] = {0};
|
|
||||||
|
|
||||||
struct zint_symbol *symbol = ZBarcode_Create();
|
struct zint_symbol *symbol = ZBarcode_Create();
|
||||||
assert_nonnull(symbol, "Symbol not created\n");
|
assert_nonnull(symbol, "Symbol not created\n");
|
||||||
|
Loading…
Reference in New Issue
Block a user