Oops, meant to remove that incorrect comment.

This commit is contained in:
dbaron%fas.harvard.edu 2001-11-15 07:44:59 +00:00
Родитель 1cde573592
Коммит dbd3c84701
2 изменённых файлов: 0 добавлений и 2 удалений

Просмотреть файл

@ -262,7 +262,6 @@ const char* nsGetTypeName(void* ptr)
const char vtable_sym_start[] = "__vt_";
const int vtable_sym_start_length = sizeof(vtable_sym_start) - 1;
#endif
// sanity check the vtable pointer, before trying to use RTTI on the object.
void* vt = *(void**)ptr;
Dl_info info;
// If dladdr fails, if we're not at the expected offset in the vtable,

Просмотреть файл

@ -262,7 +262,6 @@ const char* nsGetTypeName(void* ptr)
const char vtable_sym_start[] = "__vt_";
const int vtable_sym_start_length = sizeof(vtable_sym_start) - 1;
#endif
// sanity check the vtable pointer, before trying to use RTTI on the object.
void* vt = *(void**)ptr;
Dl_info info;
// If dladdr fails, if we're not at the expected offset in the vtable,