-
Type:
Task
-
Resolution: Unresolved
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
Server Programmability
In a recent code review, it was suggested as a drive-by fix that I remove an #ifdef __sun block from the code, because solaris is unsupported and not coming back.
I did a brief search for __sun in the codebase, and found a few blocks of code that were only defined for solaris. If this platform is no longer supported, lets just remove these ifdefs in the spirit of code cleanup/clarity.