aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2018-04-11 17:27:22 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2018-04-11 17:29:12 +0200
commit4d7bab009e5c42bdb5ae418a9cc9bd10b831c383 (patch)
tree3b24f6173a9a25202b15f525dad4a61a13bb358c /openbsc/include
parent58ee5b05c8b0d14da0f8a360a6de11a41997ea06 (diff)
bsc_nat: Drop redundant ccon ptr in bsc_cmd_list
Diffstat (limited to 'openbsc/include')
-rw-r--r--openbsc/include/openbsc/bsc_nat.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/openbsc/include/openbsc/bsc_nat.h b/openbsc/include/openbsc/bsc_nat.h
index 94ab0e5ff..fad380438 100644
--- a/openbsc/include/openbsc/bsc_nat.h
+++ b/openbsc/include/openbsc/bsc_nat.h
@@ -70,9 +70,6 @@ struct bsc_cmd_list {
/* The NATed ID used on the bsc_con*/
int nat_id;
- /* The control connection from which the command originated */
- struct ctrl_connection *ccon;
-
/* The command from the control connection */
struct ctrl_cmd *cmd;
};