[llvm] r180729 - Remove unused method.

Rafael Espindola rafael.espindola at gmail.com
Mon Apr 29 13:00:27 PDT 2013


Author: rafael
Date: Mon Apr 29 15:00:27 2013
New Revision: 180729

URL: http://llvm.org/viewvc/llvm-project?rev=180729&view=rev
Log:
Remove unused method.

Modified:
    llvm/trunk/include/llvm/Object/ObjectFile.h

Modified: llvm/trunk/include/llvm/Object/ObjectFile.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Object/ObjectFile.h?rev=180729&r1=180728&r2=180729&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Object/ObjectFile.h (original)
+++ llvm/trunk/include/llvm/Object/ObjectFile.h Mon Apr 29 15:00:27 2013
@@ -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;





More information about the llvm-commits mailing list