Merge pull request #10411 from edolstra/fix-warning

setInterruptCheck(): Remove declared but undefined function
This commit is contained in:
Eelco Dolstra 2024-04-05 16:31:29 +02:00 committed by GitHub
commit 74130fd1f1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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<bool()> interruptCheck);
/**
* @note Does nothing on Windows
*/