Don't type check in private functions

This commit is contained in:
Nathaniel Nicandro 2017-12-15 22:33:18 -06:00
parent ac8322cb97
commit 1f3e9fad67

View file

@ -352,7 +352,6 @@ To process a message the following steps are taken:
4. Any callbacks previously registered for the message are run
5. This function is scheduled to process another message of
CHANNEL in the future"
(cl-check-type channel jupyter-channel)
(let ((ring (oref channel recv-queue)))
(unless (ring-empty-p ring)
(let* ((ctype (oref channel type))