--- psiconv/trunk/lib/psiconv/parse_common.c 1999/10/13 19:15:59 17 +++ psiconv/trunk/lib/psiconv/parse_common.c 1999/10/27 13:09:40 18 @@ -94,12 +94,6 @@ } len += 4; - psiconv_progress(lev+2,off+len,"Going to read Section Table Section offset"); - (*result)->section_table_offset = psiconv_read_u32(buf,lev+2,off+len); - psiconv_debug(lev+2,off+len,"Section Table Section starts at offset %08x", - (*result)->section_table_offset) ; - len += 4; - if (length) *length = len;