branch: externals/dtache
commit 8baeb44c30691940b23929d62c7440715c7ac6ae
Author: Niklas Eklund <[email protected]>
Commit: Niklas Eklund <[email protected]>
Remove unused variable
---
dtache.el | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/dtache.el b/dtache.el
index 8f14c00054..36ee581b88 100644
--- a/dtache.el
+++ b/dtache.el
@@ -944,8 +944,7 @@ Optionally make the path LOCAL to host."
(defun dtache--db-initialize ()
"Return all sessions stored in database."
- (let ((db (expand-file-name "dtache.db" dtache-db-directory))
- (session-version))
+ (let ((db (expand-file-name "dtache.db" dtache-db-directory)))
(when (file-exists-p db)
(with-temp-buffer
(insert-file-contents db)