summaryrefslogtreecommitdiffstats
path: root/src/plugins/igmp/igmp_all_api_h.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_all_api_h.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_all_api_h.h')
-rw-r--r--src/plugins/igmp/igmp_all_api_h.h30
1 files changed, 0 insertions, 30 deletions
diff --git a/src/plugins/igmp/igmp_all_api_h.h b/src/plugins/igmp/igmp_all_api_h.h
deleted file mode 100644
index 9b552566a27..00000000000
--- a/src/plugins/igmp/igmp_all_api_h.h
+++ /dev/null
@@ -1,30 +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.
- *------------------------------------------------------------------
- */
-
-#ifdef vl_printfun
-#include <vnet/format_fns.h>
-#endif
-
-#include <igmp/igmp.api.h>
-
-/*
- * fd.io coding-style-patch-verification: ON
- *
- * Local Variables:
- * eval: (c-set-style "gnu")
- * End:
- */