summaryrefslogtreecommitdiff
path: root/src/ipcpd/shim-eth-llc
diff options
context:
space:
mode:
authordimitri staessens <dimitri.staessens@intec.ugent.be>2016-07-08 13:34:38 +0200
committerdimitri staessens <dimitri.staessens@intec.ugent.be>2016-07-08 13:41:22 +0200
commitf224dbb901842b021e231e4f3d7c42e62babcdb3 (patch)
tree35c55d50cea6e77c23bf63472ad95f755846c145 /src/ipcpd/shim-eth-llc
parent00dba20de7462c07866d321597697456a0ae8555 (diff)
downloadouroboros-f224dbb901842b021e231e4f3d7c42e62babcdb3.tar.gz
ouroboros-f224dbb901842b021e231e4f3d7c42e62babcdb3.zip
ipcpd: Deprecate ipcp_reg/ipcp_unreg
Diffstat (limited to 'src/ipcpd/shim-eth-llc')
-rw-r--r--src/ipcpd/shim-eth-llc/main.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/ipcpd/shim-eth-llc/main.c b/src/ipcpd/shim-eth-llc/main.c
index f82438c6..87458359 100644
--- a/src/ipcpd/shim-eth-llc/main.c
+++ b/src/ipcpd/shim-eth-llc/main.c
@@ -1224,8 +1224,6 @@ static int eth_llc_ipcp_flow_dealloc(int port_id)
static struct ipcp_ops eth_llc_ops = {
.ipcp_bootstrap = eth_llc_ipcp_bootstrap,
.ipcp_enroll = NULL, /* shim */
- .ipcp_reg = NULL, /* shim */
- .ipcp_unreg = NULL, /* shim */
.ipcp_name_reg = eth_llc_ipcp_name_reg,
.ipcp_name_unreg = eth_llc_ipcp_name_unreg,
.ipcp_flow_alloc = eth_llc_ipcp_flow_alloc,