From: Nick Roberts Date: Fri, 18 Sep 2009 00:51:43 +0000 (+0000) Subject: Remove obsolete comment. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f8a7d5338bc8020f0052522cd2e06bd811e5c2ba;p=emacs.git Remove obsolete comment. --- diff --git a/lisp/progmodes/gdb-ui.el b/lisp/progmodes/gdb-ui.el index 2378d829407..f9a0b761949 100644 --- a/lisp/progmodes/gdb-ui.el +++ b/lisp/progmodes/gdb-ui.el @@ -3851,7 +3851,6 @@ from=\"\\(.*?\\)\"\\)") 'gdb-var-update-handler-1)) (push 'gdb-var-update gdb-pending-triggers)))) -;; TODO New children of dynamic variable objects get printed in reverse order. (defun gdb-var-update-handler-1 () (let ((changelist (bindat-get-field (gdb-json-partial-output) 'changelist))) (dolist (var gdb-var-list)