mirror of
https://github.com/NixOS/nix
synced 2025-07-03 06:11:46 +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();
|
static inline bool getInterrupted();
|
||||||
|
|
||||||
/**
|
|
||||||
* @note Does nothing on Windows
|
|
||||||
*/
|
|
||||||
static inline void setInterruptCheck(std::function<bool()> interruptCheck);
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @note Does nothing on Windows
|
* @note Does nothing on Windows
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue