From 956106575c8590998f6b9e3a254084e137ec205e Mon Sep 17 00:00:00 2001 From: Jim Kingdon Date: Sun, 8 May 1994 15:22:51 +0000 Subject: [PATCH] Remove debugging code. --- gdb/gdba.el | 6 ------ 1 file changed, 6 deletions(-) diff --git a/gdb/gdba.el b/gdb/gdba.el index 09abd87a6fb..9c856711967 100644 --- a/gdb/gdba.el +++ b/gdb/gdba.el @@ -504,10 +504,6 @@ This sends the next command (if any) to gdb." (set-gdb-instance-prompting instance t)))) (defun gdb-send-item (instance item) - (dbug 'sending - (function - (lambda () - (insert (format "%s\n" item))))) (set-gdb-instance-current-item instance item) (if (stringp item) (progn @@ -702,8 +698,6 @@ buffer." (annotation-rule (assoc annotation-type gdb-annotation-rules))) ;; Call the handler for this annotation. - (dbug 'annotation - '(lambda () (insert annotation-type "\n"))) (if annotation-rule (funcall (car (cdr annotation-rule)) instance -- 2.30.2