From: Brenden Blanco Date: Fri, 23 Jun 2017 20:39:57 +0000 (-0700) Subject: Remove unused shared_table.h X-Git-Tag: submit/tizen_4.0/20171018.110122~24 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=dcb77e60642d8ec4f463881313462a8ebd9ce1d6;p=platform%2Fupstream%2Fbcc.git Remove unused shared_table.h Signed-off-by: Brenden Blanco --- diff --git a/src/cc/CMakeLists.txt b/src/cc/CMakeLists.txt index f148fe38..5c4cfa5a 100644 --- a/src/cc/CMakeLists.txt +++ b/src/cc/CMakeLists.txt @@ -89,7 +89,7 @@ target_link_libraries(bcc-static b_frontend clang_frontend bcc-loader-static install(TARGETS bcc-shared LIBRARY COMPONENT libbcc DESTINATION ${CMAKE_INSTALL_LIBDIR}) install(FILES bpf_common.h bpf_module.h bcc_syms.h bcc_exception.h file_desc.h - libbpf.h perf_reader.h BPF.h BPFTable.h shared_table.h + libbpf.h perf_reader.h BPF.h BPFTable.h table_desc.h table_storage.h COMPONENT libbcc DESTINATION include/bcc) install(DIRECTORY compat/linux/ COMPONENT libbcc diff --git a/src/cc/bpf_module.cc b/src/cc/bpf_module.cc index ff64ae0c..bb385a82 100644 --- a/src/cc/bpf_module.cc +++ b/src/cc/bpf_module.cc @@ -51,7 +51,6 @@ #include "bpf_module.h" #include "exported_files.h" #include "kbuild_helper.h" -#include "shared_table.h" #include "libbpf.h" namespace ebpf { diff --git a/src/cc/shared_table.h b/src/cc/shared_table.h deleted file mode 100644 index 3fca3dc1..00000000 --- a/src/cc/shared_table.h +++ /dev/null @@ -1,18 +0,0 @@ -/* - * Copyright (c) 2016 PLUMgrid, Inc. - * - * 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. - */ - -#pragma once -