diff options
author | Ole Troan <ot@cisco.com> | 2019-09-27 14:14:38 +0200 |
---|---|---|
committer | Neale Ranns <nranns@cisco.com> | 2019-09-27 16:05:58 +0000 |
commit | 4540b2f8cd09b7a36a45c752d751d8da1b1ee6b0 (patch) | |
tree | 5a4c60e1c0db8ba4c143d02c85e2caeae70cc642 /src/plugins/lacp/CMakeLists.txt | |
parent | 941185ae65203ace089a22d8979a2a1eb7fd3262 (diff) |
lacp: remove api boilerplate
Type: refactor
Signed-off-by: Ole Troan <ot@cisco.com>
Change-Id: I5b77da8e9c476bd784be087a53b2eafb2d1a4831
Diffstat (limited to 'src/plugins/lacp/CMakeLists.txt')
-rw-r--r-- | src/plugins/lacp/CMakeLists.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/plugins/lacp/CMakeLists.txt b/src/plugins/lacp/CMakeLists.txt index 8e0e6076f30..a6be5ef5022 100644 --- a/src/plugins/lacp/CMakeLists.txt +++ b/src/plugins/lacp/CMakeLists.txt @@ -35,8 +35,6 @@ add_vpp_plugin(lacp mux_machine.h ptx_machine.h node.h - lacp_all_api_h.h - lacp_msg_enum.h API_TEST_SOURCES lacp_test.c |