diff --git a/src/capwap/cwrmsg.h b/src/capwap/cwrmsg.h deleted file mode 100644 index 58cb1d0a..00000000 --- a/src/capwap/cwrmsg.h +++ /dev/null @@ -1,20 +0,0 @@ -#ifndef __CWRMSG_H -#define __CWRMSG_H - -/* -struct cwrmsg{ - int rid; - int wbid; - uint8_t * msgelems; - int msgelems_len; - int type; - int seqnum; - int msglen; -//#ifdef WITH_RMAC_SUPPORT - uint8_t rmac[8]; -//#endif - -}; -*/ - -#endif