Can anyone tell me why one of our guys commented this out of a 3rd party driver? =)
/* Commented out because… WTF!? – L.D.if((gcAtlSlots+gcIntlSlots)!= MAX_ATL_NODE)
//Atl+Intl slots = MaxSlots. If user defines wrongly then the error validation is here
{#undef gcIntlSlots
#define gcIntlSlots (MAX_ATL_NODE -gcAtlSlots)}
*/
This reminds me of when a lecturer at university suggested that comments in code not be too long, as it increases the size of the compiled binary….
Tags: crazy people, work