diff options
author | 2019-09-25 18:42:47 +0200 | |
---|---|---|
committer | 2019-09-30 10:40:16 +0200 | |
commit | ee98904e0c0357f75fa019ed7b9f0f4eda480377 (patch) | |
tree | 43d5624505029dd39672ae418e6027cadfd40ab7 /src/plugins/ct6/ct6_all_api_h.h | |
parent | 0aa35a7fad65236eb2d7845169690f1b809217c7 (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_all_api_h.h')
-rw-r--r-- | src/plugins/ct6/ct6_all_api_h.h | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/src/plugins/ct6/ct6_all_api_h.h b/src/plugins/ct6/ct6_all_api_h.h deleted file mode 100644 index 3642216cefa..00000000000 --- a/src/plugins/ct6/ct6_all_api_h.h +++ /dev/null @@ -1,19 +0,0 @@ - -/* - * ct6_all_api_h.h - skeleton vpp engine 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 */ -#include <ct6/ct6.api.h> |