aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/ct6/ct6_msg_enum.h
diff options
context:
space:
mode:
authorOle Troan <ot@cisco.com>2019-09-25 18:42:47 +0200
committerOle Troan <ot@cisco.com>2019-09-30 10:40:16 +0200
commitee98904e0c0357f75fa019ed7b9f0f4eda480377 (patch)
tree43d5624505029dd39672ae418e6027cadfd40ab7 /src/plugins/ct6/ct6_msg_enum.h
parent0aa35a7fad65236eb2d7845169690f1b809217c7 (diff)
ct6: remove api boilerplate
Type: refactor Change-Id: Ibf00279d8065e7ef4fc06e8b9946dcc7bfd647de Signed-off-by: Ole Troan <ot@cisco.com>
Diffstat (limited to 'src/plugins/ct6/ct6_msg_enum.h')
-rw-r--r--src/plugins/ct6/ct6_msg_enum.h31
1 files changed, 0 insertions, 31 deletions
diff --git a/src/plugins/ct6/ct6_msg_enum.h b/src/plugins/ct6/ct6_msg_enum.h
deleted file mode 100644
index 05b1751550d..00000000000
--- a/src/plugins/ct6/ct6_msg_enum.h
+++ /dev/null
@@ -1,31 +0,0 @@
-
-/*
- * ct6_msg_enum.h - skeleton 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_ct6_msg_enum_h
-#define included_ct6_msg_enum_h
-
-#include <vppinfra/byte_order.h>
-
-#define vl_msg_id(n,h) n,
-typedef enum {
-#include <ct6/ct6_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_ct6_msg_enum_h */