Bugzilla – Bug 103
Remove #ifdef DEBUG, #if 0, #if 1
Last modified: 2010-12-07 07:34:30 MST
You need to log in before you can comment on or make changes to this bug.
Looking at the code, all instances of #ifdef DEBUG (except for schedulers) seem to be some old extra logging code, that either can be removed or added into normal logging. All #if 0, #if 1 should be cleaned up, since they just pollute the code.
I agree, I think there is quite a bit of code cleanup that needs to happen.