summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorInaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>2010-10-01 14:00:40 -0700
committerInaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>2010-10-02 00:28:23 -0700
commit20248f5682fe123c1e0497a3dc399d5507a74e2d (patch)
tree17f36a082108cf612b13bfb28c9a843ae113fa6e
parent865e9721fba057e4237346edc47de60bcdec9629 (diff)
cleanup: Remove unsused data strucutres that were creating warnings
Signed-off-by: Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
-rw-r--r--InfraStack/OSAgnostic/WiMax/Wrappers/Include/wmxSDK_Nds_Cmn.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/InfraStack/OSAgnostic/WiMax/Wrappers/Include/wmxSDK_Nds_Cmn.h b/InfraStack/OSAgnostic/WiMax/Wrappers/Include/wmxSDK_Nds_Cmn.h
index adde9ea..539dda9 100644
--- a/InfraStack/OSAgnostic/WiMax/Wrappers/Include/wmxSDK_Nds_Cmn.h
+++ b/InfraStack/OSAgnostic/WiMax/Wrappers/Include/wmxSDK_Nds_Cmn.h
@@ -219,12 +219,6 @@ typedef enum _wmx_MediaStatus_t
LinkRenew
} wmx_MediaStatus_t, *wmx_pMediaStatus_t;
-static char *wmxMediaStatusName[] = {
- "LinkUp",
- "LinkDown",
- "LinkRenew"
-};
-
/// <summary>
/// (IN) A wmx_ConnectProgressInfo_t enum giving further information on the progress of a connection attempt.
///