Skip to content

Commit 7b578d8

Browse files
author
Nitai Caro
committed
Remove functions from server.h that are no longer accessed by other files
Signed-off-by: Nitai Caro <[email protected]>
1 parent ecb660c commit 7b578d8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/server.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3034,8 +3034,6 @@ int sendCurrentOffsetToReplica(client *replica);
30343034
void addRdbReplicaToPsyncWait(client *replica);
30353035
void initClientReplicationData(client *c);
30363036
void freeClientReplicationData(client *c);
3037-
void replicaReceiveRDBFromPrimaryToMemory(connection *conn);
3038-
int tryReadBulkPayloadMetadata(connection *conn, char *buf, char *eofmark, char *lastbytes, int *usemark, off_t *repl_transfer_size);
30393037
void replicaReceiveRDBFromPrimaryToDisk(connection *conn, int is_dual_channel);
30403038
int shouldAbortSave(void);
30413039

0 commit comments

Comments
 (0)