cprofile not conditional

This commit is contained in:
Ben Gras
2009-01-09 21:44:52 +00:00
parent e190ff9f84
commit c27008fbcc
5 changed files with 1 additions and 26 deletions
-7
View File
@@ -187,14 +187,7 @@ _PROTOTYPE( int do_sprofile, (message *m_ptr) );
#endif
_PROTOTYPE( int do_cprofile, (message *m_ptr) );
#if ! CPROFILE
#define do_cprofile do_unused
#endif
_PROTOTYPE( int do_profbuf, (message *m_ptr) );
#if ! CPROFILE
#define do_profbuf do_unused
#endif
_PROTOTYPE( int do_mapdma, (message *m_ptr) );