Bug 1437896 - Get rid of a #ifdef Status in WorkerHolder.h, r=smaug

This commit is contained in:
Andrea Marchesini 2018-02-14 13:23:01 +01:00
parent 72ce8edf3d
commit d125a457dc

View File

@ -33,11 +33,6 @@ class WorkerPrivate;
* +-------------+-------------+-----------------+
*/
#ifdef Status
/* Xlib headers insist on this for some reason... Nuke it because
it'll override our member name */
#undef Status
#endif
enum WorkerStatus
{
// Not yet scheduled.