X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fgnucompiler.cpp;h=34b4e947a49e2f2637443e3d2f4aca70403ce006;hb=be6c1ae1dcc97cb3e3019c0384f1bc933fcd321c;hp=4fa293b1b650153024e5601d86043e62115e9591;hpb=45c778b1976de1a3093e0c6fb5e2a94c42073dcb;p=builder.git diff --git a/source/gnucompiler.cpp b/source/gnucompiler.cpp index 4fa293b..34b4e94 100644 --- a/source/gnucompiler.cpp +++ b/source/gnucompiler.cpp @@ -17,11 +17,6 @@ GnuCompiler::GnuCompiler(Builder &b, const string &t, const string &n): name(n) { } -Target *GnuCompiler::create_source(const Component &comp, const FS::Path &path) const -{ - return new SourceFile(builder, comp, path); -} - Target *GnuCompiler::create_target(const list &sources, const std::string &) const { if(sources.size()!=1)