diff options
Diffstat (limited to 'llvm/include/llvm/MC/MCAssembler.h')
-rw-r--r-- | llvm/include/llvm/MC/MCAssembler.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/llvm/include/llvm/MC/MCAssembler.h b/llvm/include/llvm/MC/MCAssembler.h index 8918dbbb3c3..33fa2953cb0 100644 --- a/llvm/include/llvm/MC/MCAssembler.h +++ b/llvm/include/llvm/MC/MCAssembler.h @@ -404,17 +404,6 @@ private: /// initialized. uint64_t Address; - /// Size - The logical size of this section. This is ~0 until initialized. - uint64_t Size; - - /// AddressSize - The address space size used by this section. This is ~0 - /// until initialized. - uint64_t AddressSize; - - /// FileSize - The size of this section in the object file. This is ~0 until - /// initialized. - uint64_t FileSize; - /// HasInstructions - Whether this section has had instructions emitted into /// it. unsigned HasInstructions : 1; |