In figuring out how to stream out lang_type on the modules branch, I noticed that we had an unused TYPE_LANG_SLOT_1 that we could use for pointers to member functions. That means lang_type_ptrmem isn't needed and consequently neither is is_lang_type_class field. This patch nukes that bit of polymorphism. Applied to trunk. nathan -- Nathan Sidwell