diff options
Diffstat (limited to 'llvm/include/llvm/MC/MCAssembler.h')
| -rw-r--r-- | llvm/include/llvm/MC/MCAssembler.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/llvm/include/llvm/MC/MCAssembler.h b/llvm/include/llvm/MC/MCAssembler.h index da3fb9f2faf..ee7583e0e82 100644 --- a/llvm/include/llvm/MC/MCAssembler.h +++ b/llvm/include/llvm/MC/MCAssembler.h @@ -557,10 +557,6 @@ private: // // FIXME: This could all be kept private to the assembler implementation. - /// HasInstructions - Whether this section has had instructions emitted into - /// it. - unsigned HasInstructions : 1; - /// Mapping from subsection number to insertion point for subsection numbers /// below that number. SmallVector<std::pair<unsigned, MCFragment *>, 1> SubsectionFragmentMap; @@ -574,9 +570,6 @@ public: MCSection &getSection() const { return *Section; } - bool hasInstructions() const { return HasInstructions; } - void setHasInstructions(bool Value) { HasInstructions = Value; } - /// \name Fragment Access /// @{ |

