summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Gordeev <lasaine@lvk.cs.msu.su>2010-10-06 14:53:22 +0400
committerInaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>2010-10-07 11:20:01 -0700
commitf901c5c17b15ae979cca5a3da7247404ffc8995e (patch)
treedffe0d36e441d0119ae6b330d266f311a673a4b9
parent763bfcc760083c2f2731f97578e053a945d5e19d (diff)
remove duplicate typedef for u8
This typedef is already in eap_peer/util/common.h, no need to declare it one more time. Signed-off-by: Alexander Gordeev <lasaine@lvk.cs.msu.su>
-rw-r--r--InfraStack/OSAgnostic/WiMax/Wrappers/Supplicant/wmxSDK_Sup_Impl.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/InfraStack/OSAgnostic/WiMax/Wrappers/Supplicant/wmxSDK_Sup_Impl.c b/InfraStack/OSAgnostic/WiMax/Wrappers/Supplicant/wmxSDK_Sup_Impl.c
index a33680c..8f55917 100644
--- a/InfraStack/OSAgnostic/WiMax/Wrappers/Supplicant/wmxSDK_Sup_Impl.c
+++ b/InfraStack/OSAgnostic/WiMax/Wrappers/Supplicant/wmxSDK_Sup_Impl.c
@@ -47,7 +47,6 @@
#include "NDnSAgent.h"
-typedef unsigned char u8;
#define TLS_IMPLEMENTATION Arm1
/* the supplicant calls the tls_ methods, so we make sure the declarations match to what it expects. */