Remove unused BUFSIZE

This commit is contained in:
Romain Vimont 2022-02-11 21:34:12 +01:00
parent 1c02b58412
commit 6fc388f369

View file

@ -10,8 +10,6 @@
#include "util/buffer_util.h"
#include "util/log.h"
#define BUFSIZE 0x10000
#define HEADER_SIZE 12
#define SC_PACKET_FLAG_CONFIG (UINT64_C(1) << 63)