summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2013-04-29 20:00:27 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2013-04-29 20:00:27 +0000
commit233c40b47b663b8d0cfb0280abbb9e8ddb16271d (patch)
tree8f20d1bb6d190440095475e35294b38c94b4058f /include
parent1fbeecb0394a2f203fd48b699718c4f90a8870b7 (diff)
downloadllvm-233c40b47b663b8d0cfb0280abbb9e8ddb16271d.tar.gz
llvm-233c40b47b663b8d0cfb0280abbb9e8ddb16271d.tar.bz2
llvm-233c40b47b663b8d0cfb0280abbb9e8ddb16271d.tar.xz
Remove unused method.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@180729 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/Object/ObjectFile.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/llvm/Object/ObjectFile.h b/include/llvm/Object/ObjectFile.h
index 074a752365..cbe7ec92d3 100644
--- a/include/llvm/Object/ObjectFile.h
+++ b/include/llvm/Object/ObjectFile.h
@@ -227,9 +227,6 @@ public:
/// Get symbol flags (bitwise OR of SymbolRef::Flags)
error_code getFlags(uint32_t &Result) const;
- /// @brief Return true for common symbols such as uninitialized globals
- error_code isCommon(bool &Result) const;
-
/// @brief Get section this symbol is defined in reference to. Result is
/// end_sections() if it is undefined or is an absolute symbol.
error_code getSection(section_iterator &Result) const;