branch: elpa/hyperdrive
commit 4bfb60b6f0987506e3b26726726c5bd8a0fc9dd0
Author: Adam Porter <a...@alphapapa.net>
Commit: Adam Porter <a...@alphapapa.net>

    Remove: (hyperdrive-storage-location)
    
    This option is not currently used.  It could be used when running the
    gateway as a subprocess, but that could lead to confusing behavior
    when switching to running the gateway as a systemd service.
---
 doc/hyperdrive-manual.org | 4 ----
 hyperdrive-lib.el         | 1 -
 hyperdrive-vars.el        | 5 -----
 3 files changed, 10 deletions(-)

diff --git a/doc/hyperdrive-manual.org b/doc/hyperdrive-manual.org
index cf0543414f..b7c92aacfc 100644
--- a/doc/hyperdrive-manual.org
+++ b/doc/hyperdrive-manual.org
@@ -780,10 +780,6 @@ DNS domains are checked for suspicious characters (see
 You can customize the following variables settings by running ~M-x
 customize-group RET hyperdrive RET~:
 
-#+vindex: hyperdrive-storage-location
-- ~hyperdrive-storage-location~ :: Location to store Hypercore
-  data. Defaults to ~"~/.local/share/hyper-gateway-nodejs/"~.
-
 #+vindex: hyperdrive-hyper-gateway-port
 - ~hyperdrive-hyper-gateway-port~ :: Port on which to run the
   hyper-gateway server. Defaults to ~4973~.
diff --git a/hyperdrive-lib.el b/hyperdrive-lib.el
index 7c6b24d4fa..4d2ca83b4e 100644
--- a/hyperdrive-lib.el
+++ b/hyperdrive-lib.el
@@ -890,7 +890,6 @@ HYPERDRIVE's public metadata file."
   "Purge all data corresponding to HYPERDRIVE, then call THEN with response.
 
 - HYPERDRIVE file content and metadata managed by hyper-gateway
-  in `hyperdrive-storage-location'
 - hash table entry for HYPERDRIVE in `hyperdrive-hyperdrives'
 - hash table entries for HYPERDRIVE in `hyperdrive-version-ranges'
 
diff --git a/hyperdrive-vars.el b/hyperdrive-vars.el
index 59fee8c77e..4551d75faf 100644
--- a/hyperdrive-vars.el
+++ b/hyperdrive-vars.el
@@ -38,11 +38,6 @@
   :group 'external
   :prefix "hyperdrive-")
 
-(defcustom hyperdrive-storage-location
-  (expand-file-name "~/.local/share/hyper-gateway-nodejs/")
-  "Location to store Hypercore data."
-  :type '(file :must-match t))
-
 (defcustom hyperdrive-hyper-gateway-port 4973
   "Port on which to run the hyper-gateway server."
   :type 'natnum)

Reply via email to