Skip to content

Commit

Permalink
criu-log: remove unused declaration
Browse files Browse the repository at this point in the history
This patch removes a leftover declaration for log_closedir()
which has been removed in the following commit:

dc80d6f
log: get rid of LOG_DIR_FD_OFF and opening cwd in log_init()

Signed-off-by: Radostin Stoyanov <[email protected]>
  • Loading branch information
rst0git committed Jan 24, 2024
1 parent dfd7d63 commit 68045ef
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion criu/include/criu-log.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
extern int log_init(const char *output);
extern void log_fini(void);
extern int log_init_by_pid(pid_t pid);
extern void log_closedir(void);
extern int log_keep_err(void);
extern char *log_first_err(void);

Expand Down

0 comments on commit 68045ef

Please sign in to comment.