summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lisp/progmodes/eglot.el5
1 files changed, 0 insertions, 5 deletions
diff --git a/lisp/progmodes/eglot.el b/lisp/progmodes/eglot.el
index 2815269d3f8..abeb79bc452 100644
--- a/lisp/progmodes/eglot.el
+++ b/lisp/progmodes/eglot.el
@@ -1258,11 +1258,6 @@ This docstring appeases checkdoc, that's all."
;; very much data so we turn it off
;; unconditionally -- just for our
;; process.
- ;; In Tramp 2.6.0.3 and newer, the value
- ;; `suppress' is sufficient. Older
- ;; Tramp versions need a non-nil value,
- ;; and a proper setting of
- ;; `tramp-ssh-controlmaster-options'.
(tramp-use-ssh-controlmaster-options 'suppress)
(tramp-ssh-controlmaster-options
"-o ControlMaster=no -o ControlPath=none"))