From 9c927e9de96b6457cc96e04c26ba6649b5325c8e Mon Sep 17 00:00:00 2001 From: Binbin Date: Thu, 29 Apr 2021 13:25:10 +0800 Subject: Delete some unimplemented prototype. (#8882) Remove forward declarations from header files to functions that do not exist. --- src/bio.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/bio.h') diff --git a/src/bio.h b/src/bio.h index 1e6e97297..9eff6d16e 100644 --- a/src/bio.h +++ b/src/bio.h @@ -36,7 +36,6 @@ typedef void lazy_free_fn(void *args[]); void bioInit(void); unsigned long long bioPendingJobsOfType(int type); unsigned long long bioWaitStepOfType(int type); -time_t bioOlderJobOfType(int type); void bioKillThreads(void); void bioCreateCloseJob(int fd); void bioCreateFsyncJob(int fd); -- cgit v1.2.1