branch: elpa/emacsql
commit 7ae4e90b33cecb999f78c58c8057b3933cee40ef
Author: Jonas Bernoulli <jo...@bernoul.li>
Commit: Jonas Bernoulli <jo...@bernoul.li>

    emacsql-data-root: Remove unused variable
---
 emacsql.el | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/emacsql.el b/emacsql.el
index 3fe230ee3e..b3aaa106e1 100644
--- a/emacsql.el
+++ b/emacsql.el
@@ -40,10 +40,6 @@ If nil, wait forever.  This is used by the `mysql', `pg' and 
`psql'.  It
 is not being used by the `sqlite-builtin' and `sqlite-module' back-ends,
 which respect `emacsql-sqlite-busy-timeout' instead.")
 
-(defvar emacsql-data-root
-  (file-name-directory (or load-file-name buffer-file-name))
-  "Directory where EmacSQL is installed.")
-
 ;;; Database connection
 
 (defclass emacsql-connection ()

Reply via email to