diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2015-07-12 14:38:06 -0400 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2015-07-12 14:38:06 -0400 |
commit | ec466b2f5ea5149a4d5d5ead12891d308a96b8ff (patch) | |
tree | 57216900e5df26c5b0fbd3cb318bd751bb4d7706 /indra/llcommon | |
parent | a75b7a1c4a3532b2a6ba0c94105e004ba8c1785a (diff) |
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.
Diffstat (limited to 'indra/llcommon')
-rwxr-xr-x | indra/llcommon/fix_macros.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/indra/llcommon/fix_macros.h b/indra/llcommon/fix_macros.h index ef959decff..43c09c54bc 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 |