summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-objcopy/Object.h
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/tools/llvm-objcopy/Object.h')
-rw-r--r--llvm/tools/llvm-objcopy/Object.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/tools/llvm-objcopy/Object.h b/llvm/tools/llvm-objcopy/Object.h
index 7a6f0132a0e..9b144a81a8c 100644
--- a/llvm/tools/llvm-objcopy/Object.h
+++ b/llvm/tools/llvm-objcopy/Object.h
@@ -72,7 +72,6 @@ public:
uint64_t VAddr;
uint64_t OriginalOffset;
- Segment *ParentSegment;
Segment(llvm::ArrayRef<uint8_t> Data) : Contents(Data) {}
void finalize();
OpenPOWER on IntegriCloud