[Home]

Summary:ASTERISK-12631: [patch] Fix for trace frames compile option
Reporter:snuffy (snuffy)Labels:
Date Opened:2008-08-22 09:16:05Date Closed:2008-08-22 14:14:04
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) bug13362_20080822.diff
Description:Trace frames under 1.4 svn fail when using dev-mode stating the _deprecated version is not used anywhere. Below patch just if def's this out.
Comments:By: Mark Michelson (mmichelson) 2008-08-22 14:11:55

All right, thanks for pointing this out. Instead of #ifdef'ing it out, I'm just going to remove the code instead. If we need to add it back later, it will be easy to do so.

By: Digium Subversion (svnbot) 2008-08-22 14:14:02

Repository: asterisk
Revision: 139521

U   branches/1.4/main/frame.c

------------------------------------------------------------------------
r139521 | mmichelson | 2008-08-22 14:14:01 -0500 (Fri, 22 Aug 2008) | 8 lines

Remove show_frame_stats_deprecated since it is not
used anywhere and causes build errors if building under
dev-mode with TRACE_FRAMES selected in menuselect.

(closes issue ASTERISK-12631)
Reported by: snuffy


------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=139521