mirror of
https://git.code.sf.net/p/zint/code
synced 2025-12-18 18:37:07 +00:00
Remove unused variable
This commit is contained in:
@@ -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");
|
||||||
|
|||||||
Reference in New Issue
Block a user