Remove the GCC path from libLTO. This has been superceded by setAssemblerPath.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77960 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Nick Lewycky
2009-08-03 07:16:42 +00:00
parent a82f8838c6
commit 3e4c41a84a
3 changed files with 1 additions and 21 deletions

View 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
//