Remove unused BUFSIZE
This commit is contained in:
parent
1c02b58412
commit
6fc388f369
1 changed files with 0 additions and 2 deletions
|
@ -10,8 +10,6 @@
|
||||||
#include "util/buffer_util.h"
|
#include "util/buffer_util.h"
|
||||||
#include "util/log.h"
|
#include "util/log.h"
|
||||||
|
|
||||||
#define BUFSIZE 0x10000
|
|
||||||
|
|
||||||
#define HEADER_SIZE 12
|
#define HEADER_SIZE 12
|
||||||
|
|
||||||
#define SC_PACKET_FLAG_CONFIG (UINT64_C(1) << 63)
|
#define SC_PACKET_FLAG_CONFIG (UINT64_C(1) << 63)
|
||||||
|
|
Loading…
Reference in a new issue