From 8aa82f0a4f51dc357e05c744b7f4255903536a6f Mon Sep 17 00:00:00 2001 From: Aki Niemi Date: Tue, 27 Apr 2010 15:12:32 +0300 Subject: [PATCH] gisi: remove misplaced define --- gisi/verify.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/gisi/verify.c b/gisi/verify.c index 126865c0..ebedfbe8 100644 --- a/gisi/verify.c +++ b/gisi/verify.c @@ -38,8 +38,6 @@ #define COMM_ISI_VERSION_GET_RESP 0x13 #define COMM_ISA_ENTITY_NOT_REACHABLE_RESP 0x14 -#define PN_SIM 0x09 - struct verify_data { GIsiVerifyFunc func; void *data;