aboutsummaryrefslogtreecommitdiff
path: root/src/libutil/affinity.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/libutil/affinity.hh')
-rw-r--r--src/libutil/affinity.hh9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/libutil/affinity.hh b/src/libutil/affinity.hh
deleted file mode 100644
index c1bd28e13..000000000
--- a/src/libutil/affinity.hh
+++ /dev/null
@@ -1,9 +0,0 @@
-#pragma once
-
-namespace nix {
-
-void setAffinityTo(int cpu);
-int lockToCurrentCPU();
-void restoreAffinity();
-
-}