diff options
author | dimitri staessens <dimitri.staessens@intec.ugent.be> | 2016-07-08 13:34:38 +0200 |
---|---|---|
committer | dimitri staessens <dimitri.staessens@intec.ugent.be> | 2016-07-08 13:41:22 +0200 |
commit | f224dbb901842b021e231e4f3d7c42e62babcdb3 (patch) | |
tree | 35c55d50cea6e77c23bf63472ad95f755846c145 /src/ipcpd/shim-eth-llc | |
parent | 00dba20de7462c07866d321597697456a0ae8555 (diff) | |
download | ouroboros-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.c | 2 |
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, |