]> git.tdb.fi Git - builder.git/blobdiff - source/gnucompiler.cpp
Tool names are no longer retrieved from Architecture
[builder.git] / source / gnucompiler.cpp
index 4fa293b1b650153024e5601d86043e62115e9591..34b4e947a49e2f2637443e3d2f4aca70403ce006 100644 (file)
@@ -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<Target *> &sources, const std::string &) const
 {
        if(sources.size()!=1)