From bfe843d191a290c1a66bd49094185949be29c8f8 Mon Sep 17 00:00:00 2001 From: Johannes Sixt Date: Tue, 18 Nov 2008 20:50:09 +0100 Subject: [PATCH] Fix the description of ProgramTypeTable::lookup(). The comment mentioned isNew(). But this function never existed. --- kdbg/typetable.h | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/kdbg/typetable.h b/kdbg/typetable.h index ea82f15..941400b 100644 --- a/kdbg/typetable.h +++ b/kdbg/typetable.h @@ -140,15 +140,7 @@ public: /** * Lookup a structure type. * - * A type is looked up in the following manner: - * - * - If the type is unknown, 0 is returned. - * - * - If the type is known and it belongs to a shared library and that - * shared library was loaded, the type is returned such that isNew() - * returns true. - * - * - Otherwise the type is returned such that isNew() returns true. + * If the type is unknown, 0 is returned. */ TypeInfo* lookup(const char* type); -- 2.11.4.GIT