Hello,

There is a bunch of code which is always on, but ifdef'd DDB/DIAGNOSTIC. 
Those options have been turned on forever in GENERIC. Any interest in 
removing code like this? The ifdef/endif DIAGNOSTIC will just be removed 
by unifdef...

If there is any interest, I will go file by file and send diffs.

Thanks

#ifdef DIAGNOSTIC
..
//code to be kept
..
#else
..
//code to remove
..
#endif

Reply via email to