| Summary: | ASTERISK-08874: nested/redundant #if !defined(LOW_MEMORY) | ||
| Reporter: | Michiel van Baak (mvanbaak) | Labels: | |
| Date Opened: | 2007-02-25 14:20:56.000-0600 | Date Closed: | 2007-03-08 13:48:50.000-0600 | 
| Priority: | Minor | Regression? | No | 
| Status: | Closed/Complete | Components: | Core/General | 
| Versions: | Frequency of Occurrence | ||
| Related Issues: | |||
| Environment: | Attachments: | ( 0) remove_nested_if.patch | |
| Description: | in main/asterisk.c there's a nested #if !defined(LOW_MEMORY) This patch removes that. It wont hurt, but it is redundant so let's get rid of it. | ||
| Comments: | By: Russell Bryant (russell) 2007-02-25 18:38:37.000-0600 This has been added in rev 56732, thanks! | ||