Revert r229944: EH: Prune unreachable resume instructions during Dwarf EH preparation
[oota-llvm.git] / include / llvm-c / Object.h
index ecccfeed7f54b1d8955a294f8fb744d3da6db8c9..447fcea7bc240113f73506c4521a7078a3d143e1 100644 (file)
@@ -78,7 +78,6 @@ void LLVMMoveToNextRelocation(LLVMRelocationIteratorRef RI);
 // SymbolRef accessors
 const char *LLVMGetSymbolName(LLVMSymbolIteratorRef SI);
 uint64_t LLVMGetSymbolAddress(LLVMSymbolIteratorRef SI);
-uint64_t LLVMGetSymbolFileOffset(LLVMSymbolIteratorRef SI);
 uint64_t LLVMGetSymbolSize(LLVMSymbolIteratorRef SI);
 
 // RelocationRef accessors
@@ -100,4 +99,3 @@ const char *LLVMGetRelocationValueString(LLVMRelocationIteratorRef RI);
 #endif /* defined(__cplusplus) */
 
 #endif
-