Skip to content

Commit

Permalink
Remove unused shared_table.h
Browse files Browse the repository at this point in the history
Signed-off-by: Brenden Blanco <bblanco@gmail.com>
  • Loading branch information
drzaeus77 committed Aug 25, 2017
1 parent b03d9eb commit dcb77e6
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 20 deletions.
2 changes: 1 addition & 1 deletion src/cc/CMakeLists.txt
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion src/cc/bpf_module.cc
Expand Up @@ -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 {
Expand Down
18 changes: 0 additions & 18 deletions src/cc/shared_table.h

This file was deleted.

0 comments on commit dcb77e6

Please sign in to comment.