summaryrefslogtreecommitdiffstats
path: root/src/plugins/igmp/igmp_msg_enum.h
diff options
context:
space:
mode:
authorOle Troan <ot@cisco.com>2019-09-27 09:59:53 +0200
committerNeale Ranns <nranns@cisco.com>2019-09-27 09:06:05 +0000
commit7eef62b6736a96ab0e4ffe0363c0fb5ba55841b8 (patch)
tree1bba152c5c603888ee4eb30912c86d955db4a7d6 /src/plugins/igmp/igmp_msg_enum.h
parent83a49e12fdd26e8d395aa0e926d9ef12214c3310 (diff)
igmp: remove api boilerplate
Type: refactor Signed-off-by: Ole Troan <ot@cisco.com> Change-Id: I578b09ec223c8e4a04b7590b55354b1104ac6628
Diffstat (limited to 'src/plugins/igmp/igmp_msg_enum.h')
-rw-r--r--src/plugins/igmp/igmp_msg_enum.h39
1 files changed, 0 insertions, 39 deletions
diff --git a/src/plugins/igmp/igmp_msg_enum.h b/src/plugins/igmp/igmp_msg_enum.h
deleted file mode 100644
index 9848ceba86c..00000000000
--- a/src/plugins/igmp/igmp_msg_enum.h
+++ /dev/null
@@ -1,39 +0,0 @@
-/*
- *------------------------------------------------------------------
- * Copyright (c) 2017 Cisco and/or its affiliates.
- * 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 _IGMP_MSG_ENUM_H_
-#define _IGMP_MSG_ENUM_H_
-
-#include <vppinfra/byte_order.h>
-
-#define vl_msg_id(n,h) n,
-typedef enum
-{
-#include <igmp/igmp_all_api_h.h>
- VL_MSG_FIRST_AVAILABLE,
-} vl_msg_id_t;
-#undef vl_msg_id
-
-#endif /* IGMP_MSG_ENUM_H_ */
-
-/*
- * fd.io coding-style-patch-verification: ON
- *
- * Local Variables:
- * eval: (c-set-style "gnu")
- * End:
- */