# HG changeset patch # User Rik # Date 1390710430 28800 # Node ID 7cefc77f0be2e82baf128710106fe2a955d989a1 # Parent 642fc1165f3f38c9f133e46fdd26e5dd42ce9c0a 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. diff -r 642fc1165f3f -r 7cefc77f0be2 libinterp/corefcn/debug.cc --- 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) {