summaryrefslogtreecommitdiff
path: root/buildstream/_fuse/hardlinks.py
diff options
context:
space:
mode:
Diffstat (limited to 'buildstream/_fuse/hardlinks.py')
-rw-r--r--buildstream/_fuse/hardlinks.py7
1 files changed, 2 insertions, 5 deletions
diff --git a/buildstream/_fuse/hardlinks.py b/buildstream/_fuse/hardlinks.py
index 0deb6f2f8..d23f3fff6 100644
--- a/buildstream/_fuse/hardlinks.py
+++ b/buildstream/_fuse/hardlinks.py
@@ -22,15 +22,12 @@
# The filesystem operations implementation here is based
# on some example code written by Stavros Korokithakis.
-import os
-import sys
-import stat
import errno
+import os
import shutil
-import signal
+import stat
import tempfile
-from multiprocessing import Process
from .fuse import FuseOSError, Operations
from .mount import Mount