Remove unnecessary __kcrctab check in supersect_type.
commit845f27d75d0ebe625fe7801ba4725692884d0ce0
authorTim Abbott <tabbott@mit.edu>
Wed, 21 Jan 2009 02:27:24 +0000 (20 21:27 -0500)
committerTim Abbott <tabbott@mit.edu>
Wed, 21 Jan 2009 23:03:38 +0000 (21 18:03 -0500)
treefe3d4d5f7193d43b4f025d6146b3b3f9469d41dc
parent8c727b42250783209c476047aac17096439d231e
Remove unnecessary __kcrctab check in supersect_type.

Because __kcrctab sections are now treated as table sections, the
is_table_section check two lines later correctly classifies them.

Signed-off-by: Tim Abbott <tabbott@mit.edu>
objmanip.c