ソースを参照

remove delete-file! from fs protocol

llcc 3 年 前
コミット
1497d121f2
1 ファイル変更0 行追加1 行削除
  1. 0 1
      src/main/frontend/fs/protocol.cljs

+ 0 - 1
src/main/frontend/fs/protocol.cljs

@@ -9,7 +9,6 @@
   (unlink! [this repo path opts])
   (rmdir! [this dir])
   (read-file [this dir path opts])
-  (delete-file! [this repo dir path opts])
   (write-file! [this repo dir path content opts])
   (rename! [this repo old-path new-path])
   (stat [this dir path])