branch: elpa/swift-mode
commit 812b4f67eec3ef701cc924e36052e9a495651632
Author: Bozhidar Batsov <bozhi...@batsov.com>
Commit: Bozhidar Batsov <bozhi...@batsov.com>

    Remove redundant hook definition
---
 swift-mode.el | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/swift-mode.el b/swift-mode.el
index de84a83..c402dc8 100644
--- a/swift-mode.el
+++ b/swift-mode.el
@@ -57,11 +57,6 @@
   "Path to the Swift CLI."
   :group 'swift)
 
-(defcustom swift-repl-mode-hook nil
-  "*Hook for customizing swift-repl mode."
-  :type 'hook
-  :group 'swift)
-
 ;;; Indentation
 
 (defun swift-indent--paren-level ()

Reply via email to