summaryrefslogtreecommitdiff
path: root/src/bio.h
diff options
context:
space:
mode:
authorBinbin <binloveplay1314@qq.com>2021-04-29 13:25:10 +0800
committerGitHub <noreply@github.com>2021-04-29 08:25:10 +0300
commit9c927e9de96b6457cc96e04c26ba6649b5325c8e (patch)
tree94b43a9f010ef063180c3c3222eaf6df0042c5b4 /src/bio.h
parent1eff8564c78011f7257e485796990a0d4d607a5b (diff)
downloadredis-9c927e9de96b6457cc96e04c26ba6649b5325c8e.tar.gz
Delete some unimplemented prototype. (#8882)
Remove forward declarations from header files to functions that do not exist.
Diffstat (limited to 'src/bio.h')
-rw-r--r--src/bio.h1
1 files changed, 0 insertions, 1 deletions
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);