summaryrefslogtreecommitdiffstats
path: root/src/plugins/lacp/lacp_msg_enum.h
diff options
context:
space:
mode:
authorOle Troan <ot@cisco.com>2019-09-27 14:14:38 +0200
committerNeale Ranns <nranns@cisco.com>2019-09-27 16:05:58 +0000
commit4540b2f8cd09b7a36a45c752d751d8da1b1ee6b0 (patch)
tree5a4c60e1c0db8ba4c143d02c85e2caeae70cc642 /src/plugins/lacp/lacp_msg_enum.h
parent941185ae65203ace089a22d8979a2a1eb7fd3262 (diff)
lacp: remove api boilerplate
Type: refactor Signed-off-by: Ole Troan <ot@cisco.com> Change-Id: I5b77da8e9c476bd784be087a53b2eafb2d1a4831
Diffstat (limited to 'src/plugins/lacp/lacp_msg_enum.h')
-rw-r--r--src/plugins/lacp/lacp_msg_enum.h31
1 files changed, 0 insertions, 31 deletions
diff --git a/src/plugins/lacp/lacp_msg_enum.h b/src/plugins/lacp/lacp_msg_enum.h
deleted file mode 100644
index 138683fe3e5..00000000000
--- a/src/plugins/lacp/lacp_msg_enum.h
+++ /dev/null
@@ -1,31 +0,0 @@
-/*
- * lacp_msg_enum.h - vpp engine plug-in message enumeration
- *
- * Copyright (c) <current-year> <your-organization>
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at:
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-#ifndef included_lacp_msg_enum_h
-#define included_lacp_msg_enum_h
-
-#include <vppinfra/byte_order.h>
-
-#define vl_msg_id(n,h) n,
-typedef enum
-{
-#include <lacp/lacp_all_api_h.h>
- /* We'll want to know how many messages IDs we need... */
- VL_MSG_FIRST_AVAILABLE,
-} vl_msg_id_t;
-#undef vl_msg_id
-
-#endif /* included_lacp_msg_enum_h */