From f550878fedac2cc6ba341efd592ac78f95bf237c Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Fri, 16 Feb 2001 03:29:07 +0000 Subject: [PATCH] removed function pointer dump --- src/ca/cac.cpp | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/ca/cac.cpp b/src/ca/cac.cpp index 74112cc9f..1430fe407 100644 --- a/src/ca/cac.cpp +++ b/src/ca/cac.cpp @@ -312,14 +312,6 @@ void cac::show ( unsigned level ) const if ( this->pudpiiu ) { this->pudpiiu->show ( level - 2u ); } - ::printf ( "\texception function %p, exception arg %p\n", - static_cast ( this->ca_exception_func ), - static_cast ( this->ca_exception_arg ) ); - ::printf ( "\tCA printf function %p\n", - static_cast ( this->pVPrintfFunc ) ); - ::printf ( "\tfile descriptor registration function %p, file descriptor registration arg %p\n", - static_cast ( this->fdRegFunc ), - static_cast ( this->fdRegArg ) ); this->showOutstandingIO ( level - 2u ); }