From 9d2a1fc7bb05c08428e87245d5489e52bf1b9979 Mon Sep 17 00:00:00 2001 From: Sukchan Lee Date: Sun, 9 Apr 2017 15:34:55 +0900 Subject: [PATCH] update it --- src/pgw/pgw_sm.h | 1 - src/sgw/sgw_sm.h | 1 - 2 files changed, 2 deletions(-) diff --git a/src/pgw/pgw_sm.h b/src/pgw/pgw_sm.h index 491b998b0e..f5b67caa53 100644 --- a/src/pgw/pgw_sm.h +++ b/src/pgw/pgw_sm.h @@ -11,7 +11,6 @@ extern "C" { typedef struct _pgw_sm_t { fsm_t fsm; - void *ctx; } pgw_sm_t; void pgw_state_initial(pgw_sm_t *s, event_t *e); diff --git a/src/sgw/sgw_sm.h b/src/sgw/sgw_sm.h index de423a2d52..7d9d683cb4 100644 --- a/src/sgw/sgw_sm.h +++ b/src/sgw/sgw_sm.h @@ -11,7 +11,6 @@ extern "C" { typedef struct _sgw_sm_t { fsm_t fsm; - void *ctx; } sgw_sm_t; void sgw_state_initial(sgw_sm_t *s, event_t *e);