Remove the GCC path from libLTO. This has been superceded by setAssemblerPath.
[oota-llvm.git] / tools / lto / lto.cpp
index 936aeae15b044c82b4df8bc82956a1606d7aac14..cc841bdf034d563239893c302a8dd223716bceac 100644 (file)
@@ -202,14 +202,6 @@ bool lto_codegen_set_pic_model(lto_code_gen_t cg, lto_codegen_model model)
   return cg->setCodePICModel(model, sLastErrorString);
 }
 
-//
-// sets the path to gcc
-//
-void lto_codegen_set_gcc_path(lto_code_gen_t cg, const char* path)
-{
-  cg->setGccPath(path);
-}
-
 //
 // sets the path to the assembler tool
 //