about summary refs log tree commit diff
path: root/emacs/.emacs.d/wpc/irc.el
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/.emacs.d/wpc/irc.el')
-rw-r--r--emacs/.emacs.d/wpc/irc.el10
1 files changed, 0 insertions, 10 deletions
diff --git a/emacs/.emacs.d/wpc/irc.el b/emacs/.emacs.d/wpc/irc.el
index 1a9120456530..08e4d1eb152c 100644
--- a/emacs/.emacs.d/wpc/irc.el
+++ b/emacs/.emacs.d/wpc/irc.el
@@ -30,8 +30,6 @@
 ;; Configuration
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 
-(defconst irc-enable-tests? t
-  "When t, run the tests defined herein.")
 
 (setq erc-rename-buffers t)
 
@@ -171,13 +169,5 @@
 ;; Tests
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 
-(when irc-enable-tests?
-  (prelude-assert
-   (equal
-    (irc-channel->server `(("irc.dairy.com" . ,(cycle-new "#cheese" "#milk"))
-                           ("irc.color.com" . ,(cycle-new "#red" "#blue")))
-                         "#cheese")
-    "irc.dairy.com")))
-
 (provide 'irc)
 ;;; irc.el ends here