summaryrefslogtreecommitdiffstats
path: root/src/plugins/http_static/http_static_msg_enum.h
diff options
context:
space:
mode:
authorOle Troan <ot@cisco.com>2019-09-27 09:46:08 +0200
committerNeale Ranns <nranns@cisco.com>2019-09-27 09:05:55 +0000
commit83a49e12fdd26e8d395aa0e926d9ef12214c3310 (patch)
tree9d0774c384cfd2a82d670e99a59400a9ac642768 /src/plugins/http_static/http_static_msg_enum.h
parent49228efce444d372140215c6364734683410c2b2 (diff)
http_static: remove api boilerplate
Type: refactor Signed-off-by: Ole Troan <ot@cisco.com> Change-Id: Ie1f0cccf0c9dc4c0d8ae1e1b5d8e6a75c325d1ce
Diffstat (limited to 'src/plugins/http_static/http_static_msg_enum.h')
-rw-r--r--src/plugins/http_static/http_static_msg_enum.h31
1 files changed, 0 insertions, 31 deletions
diff --git a/src/plugins/http_static/http_static_msg_enum.h b/src/plugins/http_static/http_static_msg_enum.h
deleted file mode 100644
index 3939b8ff6c5..00000000000
--- a/src/plugins/http_static/http_static_msg_enum.h
+++ /dev/null
@@ -1,31 +0,0 @@
-
-/*
- * http_static_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_http_static_msg_enum_h
-#define included_http_static_msg_enum_h
-
-#include <vppinfra/byte_order.h>
-
-#define vl_msg_id(n,h) n,
-typedef enum {
-#include <http_static/http_static_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_http_static_msg_enum_h */