mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 00:08:07 +02:00
setInterruptCheck(): Remove declared but undefined function
This commit is contained in:
parent
62f8d8c9a9
commit
75be3f23c6
1 changed files with 0 additions and 5 deletions
|
@ -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
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue