aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/MC/MCModule.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/llvm/MC/MCModule.h')
-rw-r--r--include/llvm/MC/MCModule.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/llvm/MC/MCModule.h b/include/llvm/MC/MCModule.h
index f43142b5ed..02f8ca05b4 100644
--- a/include/llvm/MC/MCModule.h
+++ b/include/llvm/MC/MCModule.h
@@ -51,11 +51,6 @@ class MCModule {
/// \brief Insert an atom in the module, using its Begin and End addresses.
void map(MCAtom *NewAtom);
-
- /// \brief Return an iterator to the first atom that is completely or in part
- /// located after \p Addr, i.e., that \p Addr is bigger than its end address.
- AtomListTy::const_iterator atom_lower_bound(uint64_t Addr) const;
- AtomListTy:: iterator atom_lower_bound(uint64_t Addr);
/// @}
/// \name Function tracking