changeset 18398:7cefc77f0be2

Remove obsolete comment from do_dbtype(). * debug.cc (do_dbtype): Remove obsolete comment about code being taken from do_type in help.cc. Help function has been made an m-file.
author Rik <rik@octave.org>
date Sat, 25 Jan 2014 20:27:10 -0800
parents 642fc1165f3f
children 4c064d3d2750
files libinterp/corefcn/debug.cc
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/libinterp/corefcn/debug.cc	Sat Jan 25 22:56:09 2014 -0500
+++ b/libinterp/corefcn/debug.cc	Sat Jan 25 20:27:10 2014 -0800
@@ -909,8 +909,6 @@
   return retval;
 }
 
-// Copied and modified from the do_type command in help.cc
-// Maybe we could share some code?
 void
 do_dbtype (std::ostream& os, const std::string& name, int start, int end)
 {