diff options
author | Ole Troan <ot@cisco.com> | 2019-10-09 14:38:14 +0200 |
---|---|---|
committer | Andrew Yourtchenko <ayourtch@gmail.com> | 2019-10-10 09:14:05 +0000 |
commit | 709dad304f3c03df156fc326628a4c8fa80370b0 (patch) | |
tree | 2ad87f28a1c319c31917f3daae8c932474767f3a /src/plugins/acl/CMakeLists.txt | |
parent | 18cd91c61116f49468ac4596cddb4f1f8fc04bbc (diff) |
acl: remove api boilerplate
Type: refactor
Signed-off-by: Ole Troan <ot@cisco.com>
Change-Id: Idc9c508eb0e3d4b0c3908360fb0771012a8e2bc0
Diffstat (limited to 'src/plugins/acl/CMakeLists.txt')
-rw-r--r-- | src/plugins/acl/CMakeLists.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/plugins/acl/CMakeLists.txt b/src/plugins/acl/CMakeLists.txt index 0977129bafd..a34ad5352f6 100644 --- a/src/plugins/acl/CMakeLists.txt +++ b/src/plugins/acl/CMakeLists.txt @@ -30,7 +30,5 @@ add_vpp_plugin(acl acl_test.c INSTALL_HEADERS - acl_all_api_h.h - acl_msg_enum.h manual_fns.h ) |