mirror of
https://git.code.sf.net/p/zint/code
synced 2025-05-15 07:34:35 -04:00
Remove unused variable
This commit is contained in:
parent
dce51ceb6d
commit
43d7493cf2
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue