removed use of typeid()

master
Aaron Brashears 2007-12-05 18:27:07 +00:00
parent 2a9be0445b
commit 45057e8881
1 changed files with 2 additions and 0 deletions

View File

@ -636,8 +636,10 @@ void LLPumpIO::pump(const S32& poll_timeout)
llwarns << "Removing pipe "
<< (*run_chain).mChainLinks[0].mPipe
<< " '"
#if LL_DEBUG_PIPE_TYPE_IN_PUMP
<< typeid(
*((*run_chain).mChainLinks[0].mPipe)).name()
#endif
<< "' because: "
<< events_2_string(poll->rtnevents)
<< llendl;