]> git.tdb.fi Git - builder.git/blobdiff - source/gnucompiler.h
Move C-specific stuff from SourceFile to CSourceFile
[builder.git] / source / gnucompiler.h
index 9cdf670c52db568914a4931fa11155b6d084afa1..127f32e9bf81b44dfa27aaa2e789d33f7df13b6b 100644 (file)
@@ -11,7 +11,6 @@ protected:
        GnuCompiler(Builder &, const std::string &, const std::string &);
 
 public:
-       virtual Target *create_source(const Component &, const Msp::FS::Path &) const;
        virtual Target *create_target(const std::list<Target *> &, const std::string &) const;
        virtual Task *run(const Target &) const;
 };