From ec466b2f5ea5149a4d5d5ead12891d308a96b8ff Mon Sep 17 00:00:00 2001 From: Nat Goodspeed <nat@lindenlab.com> Date: Sun, 12 Jul 2015 14:38:06 -0400 Subject: [PATCH] MAINT-5351: glh-linear 'equivalent' macro has been destroyed. Hopefully we no longer need to brute-force remove any more macros with the same name. --- indra/llcommon/fix_macros.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/indra/llcommon/fix_macros.h b/indra/llcommon/fix_macros.h index ef959decffe..43c09c54bc3 100755 --- a/indra/llcommon/fix_macros.h +++ b/indra/llcommon/fix_macros.h @@ -16,10 +16,6 @@ // these macros all over again. // who injects MACROS with such generic names?! Grr. -#ifdef equivalent -#undef equivalent -#endif - #ifdef check #undef check #endif -- GitLab