Skip to content

Commit a4327c3

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 a4327c3

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/server.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3034,10 +3034,7 @@ 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);
3040-
int shouldAbortSave(void);
30413038

30423039
/* Generic persistence functions */
30433040
void startLoadingFile(size_t size, char *filename, int rdbflags);

0 commit comments

Comments
 (0)