From 75be3f23c69870946daf7d8bbe87b641f39a9e28 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Fri, 5 Apr 2024 16:03:25 +0200 Subject: [PATCH] setInterruptCheck(): Remove declared but undefined function --- src/libutil/signals.hh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/libutil/signals.hh b/src/libutil/signals.hh index 0473128db..8bff345c3 100644 --- a/src/libutil/signals.hh +++ b/src/libutil/signals.hh @@ -21,11 +21,6 @@ static inline void setInterrupted(bool isInterrupted); */ static inline bool getInterrupted(); -/** - * @note Does nothing on Windows - */ -static inline void setInterruptCheck(std::function interruptCheck); - /** * @note Does nothing on Windows */