branch: master
commit c35324ca0733fb0d78c451aab2dd9e8fedeeae27
Author: John Wiegley <[email protected]>
Commit: John Wiegley <[email protected]>

    Async queue handling has to happen in dired-async
---
 async-file.el |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)

diff --git a/async-file.el b/async-file.el
index 7b52265..b59ba2f 100644
--- a/async-file.el
+++ b/async-file.el
@@ -59,12 +59,6 @@
   :type 'boolean
   :group 'async-file)
 
-(defvar async-file-queue nil
-  "Queue of pending asynchronous file operations.
-Each operation that succeeds will start the next member of the queue.  If an
-error occurs at any point, the rest of the queue is flushed.")
-(defvar async-file-queue-mutex nil)
-
 (defun* async-copy-file
     (file newname
           &optional ok-if-already-exists keep-time

Reply via email to