From 0aa35a7fad65236eb2d7845169690f1b809217c7 Mon Sep 17 00:00:00 2001 From: Ole Troan Date: Fri, 27 Sep 2019 14:06:56 +0200 Subject: l2e: remove api boilerplate Type: refactor Signed-off-by: Ole Troan Change-Id: Ifca5eee01b7813ddb6a8e4510f3adb96ade55fa7 --- src/plugins/l2e/l2e_msg_enum.h | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 src/plugins/l2e/l2e_msg_enum.h (limited to 'src/plugins/l2e/l2e_msg_enum.h') diff --git a/src/plugins/l2e/l2e_msg_enum.h b/src/plugins/l2e/l2e_msg_enum.h deleted file mode 100644 index 85c8328c703..00000000000 --- a/src/plugins/l2e/l2e_msg_enum.h +++ /dev/null @@ -1,28 +0,0 @@ -/* - * Copyright (c) 2016 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 included_l2e_msg_enum_h -#define included_l2e_msg_enum_h - -#include - -#define vl_msg_id(n,h) n, -typedef enum { -#include - /* We'll want to know how many messages IDs we need... */ - VL_MSG_FIRST_AVAILABLE, -} vl_msg_id_t; -#undef vl_msg_id - -#endif -- cgit 1.2.3-korg