wlan: mac: Remove obsolete compiler flags ANI_MIPS,ANI_ARM

The current code has ANI_MIPS and ANI_ARM conditional compilation.
No longer these flags will be defined,
so remove the conditional compilation.

CRs-fixed: 470101
Change-Id: Id2eeaae4a84aef45771bddd5ff8a220b7637901b
diff --git a/CORE/MAC/src/pe/lim/limUtils.c b/CORE/MAC/src/pe/lim/limUtils.c
index 28c5275..3c0b34b 100644
--- a/CORE/MAC/src/pe/lim/limUtils.c
+++ b/CORE/MAC/src/pe/lim/limUtils.c
@@ -849,13 +849,6 @@
     limLog(pMac, logLevel, limMsgStr(msgType));
 }
 
-
-#if defined(ANI_MIPS) || defined(ANI_ARM)
-#define LINK 0
-#else
-#define LINK 1
-#endif
-
 void
 limPrintMsgInfo(tpAniSirGlobal pMac, tANI_U16 logLevel, tSirMsgQ *msg)
 {