Removes dead code (#7642)

Appears to be handled by server.stream_node_max_bytes in reality.
This commit is contained in:
Itamar Haber 2020-08-11 08:11:47 +03:00 committed by GitHub
parent d6220f12a9
commit efe92ee546
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,8 +31,6 @@
#include "endianconv.h" #include "endianconv.h"
#include "stream.h" #include "stream.h"
#define STREAM_BYTES_PER_LISTPACK 2048
/* Every stream item inside the listpack, has a flags field that is used to /* Every stream item inside the listpack, has a flags field that is used to
* mark the entry as deleted, or having the same field as the "master" * mark the entry as deleted, or having the same field as the "master"
* entry at the start of the listpack> */ * entry at the start of the listpack> */