diff options
Diffstat (limited to 'third_party/elfutils/BUILD.gn')
-rw-r--r-- | third_party/elfutils/BUILD.gn | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/third_party/elfutils/BUILD.gn b/third_party/elfutils/BUILD.gn index 4e34340..fca98ab 100644 --- a/third_party/elfutils/BUILD.gn +++ b/third_party/elfutils/BUILD.gn @@ -9,7 +9,6 @@ config("libelf_config") { source_set("libelf") { sources = [ "config.h", - "src/libelf/abstract.h", "src/libelf/common.h", "src/libelf/dl-hash.h", @@ -24,7 +23,6 @@ source_set("libelf") { "src/libelf/nlist.h", "src/libelf/note_xlate.h", "src/libelf/version_xlate.h", - "src/libelf/elf32_checksum.c", "src/libelf/elf32_fsize.c", "src/libelf/elf32_getehdr.c", |