staging: wilc1000: remove WILC_Sint64

remove unused WILC_Sint64.

Signed-off-by: Chaehyun Lim <chaehyun.lim@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Chaehyun Lim 2015-06-11 14:36:00 +09:00 committed by Greg Kroah-Hartman
parent fb4ec9caa4
commit 8a69ebc277

View file

@ -13,9 +13,6 @@
/* OS Wrapper interface version */
#define WILC_OSW_INTERFACE_VER 2
/* Integer Types */
typedef signed long long WILC_Sint64;
/* Boolean type */
typedef enum {
WILC_FALSE = 0,