Simplify since this function never fails.
[oota-llvm.git] / include / llvm / LTO / LTOModule.h
index c3e86afe1d82b3ea8a42038fe8e119054f525126..83a523613a76a6b4376b3e4ebfc1be9cc1ca7dfa 100644 (file)
@@ -170,7 +170,7 @@ private:
 
   /// Parse the symbols from the module and model-level ASM and add them to
   /// either the defined or undefined lists.
-  bool parseSymbols(std::string &errMsg);
+  void parseSymbols();
 
   /// Add a symbol which isn't defined just yet to a list to be resolved later.
   void addPotentialUndefinedSymbol(const object::BasicSymbolRef &Sym,