diff options
author | Tom Tromey <tom@tromey.com> | 2018-08-12 15:29:35 -0600 |
---|---|---|
committer | Tom Tromey <tom@tromey.com> | 2018-08-13 18:11:39 -0600 |
commit | 62d9c0cf9c20fb00ea221ac4bb0391c67fecdafc (patch) | |
tree | 1598c07df1c652d64c5cd0bd26ede7aa30f217a1 | |
parent | 1bdba1a7141cb88e93bd10aa8af9bb94c6f98a09 (diff) | |
download | emacs-62d9c0cf9c20fb00ea221ac4bb0391c67fecdafc.tar.gz |
Remove obsolete comment
* lisp/emacs-lisp/bytecomp.el (byte-compile-out-tag): Remove comment.
-rw-r--r-- | lisp/emacs-lisp/bytecomp.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/bytecomp.el b/lisp/emacs-lisp/bytecomp.el index ee28e61800d..6fe1ab00d04 100644 --- a/lisp/emacs-lisp/bytecomp.el +++ b/lisp/emacs-lisp/bytecomp.el @@ -4819,7 +4819,6 @@ binding slots have been popped." (setq byte-compile-output (cons tag byte-compile-output)) (if (cdr (cdr tag)) (progn - ;; ## remove this someday (and byte-compile-depth (not (= (cdr (cdr tag)) byte-compile-depth)) (error "Compiler bug: depth conflict at tag %d" (car (cdr tag)))) |