From 3e4c41a84a2c0f055e2bfef48a66b5890bcfd5e5 Mon Sep 17 00:00:00 2001 From: Nick Lewycky Date: Mon, 3 Aug 2009 07:16:42 +0000 Subject: 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 --- tools/lto/lto.cpp | 8 -------- 1 file changed, 8 deletions(-) (limited to 'tools/lto/lto.cpp') diff --git a/tools/lto/lto.cpp b/tools/lto/lto.cpp index 936aeae15b..cc841bdf03 100644 --- a/tools/lto/lto.cpp +++ b/tools/lto/lto.cpp @@ -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 // -- cgit v1.2.3