removed unused var
This commit is contained in:
parent
709e2292b6
commit
fde7760111
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@
|
|||
#include <stdio.h>
|
||||
|
||||
u64 sml_number_parse(sml_buffer *buf, unsigned char type, int max_size) {
|
||||
int l, i, j;
|
||||
int l, i;
|
||||
unsigned char b;
|
||||
u64 n = 0;
|
||||
if (sml_buf_get_next_type(buf) != type) {
|
||||
|
|
Loading…
Add table
Reference in a new issue