Procházet zdrojové kódy

fuse2: remove unused fuse_main

Thomas Waldmann před 1 měsícem
rodič
revize
6632b1187a
1 změnil soubory, kde provedl 0 přidání a 4 odebrání
  1. 0 4
      src/borg/fuse2.py

+ 0 - 4
src/borg/fuse2.py

@@ -39,10 +39,6 @@ def debug_log(msg):
             f.write(f"{timestamp} {msg}\n")
             f.write(f"{timestamp} {msg}\n")
 
 
 
 
-def fuse_main():
-    return mfuse.main(workers=1)
-
-
 class Node:
 class Node:
     def __init__(self, id, item=None, parent=None):
     def __init__(self, id, item=None, parent=None):
         self.id = id
         self.id = id