removes uneeded data
authorJosé Bollo <jose.bollo@iot.bzh>
Wed, 30 Mar 2016 12:06:20 +0000 (14:06 +0200)
committerJosé Bollo <jose.bollo@iot.bzh>
Wed, 30 Mar 2016 12:06:20 +0000 (14:06 +0200)
Change-Id: Id95e2dcfc0a6cbf34799559be683fa9244aa82db
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
include/local-def.h

index ace9249..4c27233 100644 (file)
@@ -240,7 +240,6 @@ typedef struct {
   void *context;             // Hold Client Context when using session
   int  restfull;             // request is resfull [uuid token provided]
   int  errcode;              // http error code
-  sigjmp_buf checkPluginCall; // context save for timeout set/longjmp
   struct AFB_config *config;         // plugin may need access to config
   struct MHD_Connection *connection;
 } AFB_request;