diff options
author | Ole Troan <ot@cisco.com> | 2019-10-09 12:39:32 +0200 |
---|---|---|
committer | Neale Ranns <nranns@cisco.com> | 2019-10-10 07:33:42 +0000 |
commit | 3ae9f5a90ac23ceaa1d5052cfdab417c1ef8dfdc (patch) | |
tree | 8227537e35b4a55428ab15334c83a4591514e21c /src/plugins/memif/memif_all_api_h.h | |
parent | 1890e9ce57a4b6dbc732f8f11d78001bea7c5855 (diff) |
memif: remove api boilerplate
Type: refactor
Signed-off-by: Ole Troan <ot@cisco.com>
Change-Id: Icab769607c4a5890dc80b8f2661faa7e297c2a27
Diffstat (limited to 'src/plugins/memif/memif_all_api_h.h')
-rw-r--r-- | src/plugins/memif/memif_all_api_h.h | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/src/plugins/memif/memif_all_api_h.h b/src/plugins/memif/memif_all_api_h.h deleted file mode 100644 index b4a93724848..00000000000 --- a/src/plugins/memif/memif_all_api_h.h +++ /dev/null @@ -1,22 +0,0 @@ -/* - * memif_all_api_h.h - plug-in api #include file - * - * 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. - */ -/* Include the generated file, see BUILT_SOURCES in Makefile.am */ - -#ifdef vl_printfun -#include <vnet/format_fns.h> -#endif -#include <memif/memif.api.h> |