Skip to content

Commit 893773e

Browse files
minkikim89dormando
authored andcommitted
restart: remove unused restart_mmap_set function
1 parent d85ff44 commit 893773e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

restart.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ enum restart_get_kv_ret restart_get_kv(void *ctx, char **key, char **val);
2323

2424
bool restart_mmap_open(const size_t limit, const char *file, void **mem_base);
2525
void restart_mmap_close(void);
26-
void restart_mmap_set(void);
2726
unsigned int restart_fixup(void *old_base);
2827

2928
#endif

0 commit comments

Comments
 (0)