Remove unused shared_table.h
authorBrenden Blanco <bblanco@gmail.com>
Fri, 23 Jun 2017 20:39:57 +0000 (13:39 -0700)
committerBrenden Blanco <bblanco@gmail.com>
Fri, 25 Aug 2017 23:41:36 +0000 (16:41 -0700)
Signed-off-by: Brenden Blanco <bblanco@gmail.com>
src/cc/CMakeLists.txt
src/cc/bpf_module.cc
src/cc/shared_table.h [deleted file]

index f148fe3..5c4cfa5 100644 (file)
@@ -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
index ff64ae0..bb385a8 100644 (file)
@@ -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 (file)
index 3fca3dc..0000000
+++ /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
-