]> git.tdb.fi Git - builder.git/blobdiff - source/gnulinker.h
Clean up compiler and linker constructors
[builder.git] / source / gnulinker.h
index 784170023bafb84a33633356a889245ee848acaf..e8a4e3ce996f749659485aa7133ec9ec82fcf58e 100644 (file)
@@ -32,7 +32,7 @@ private:
        Linker *cxx_linker;
 
 public:
-       GnuLinker(Builder &, const Architecture &, const Msp::FS::Path & = Msp::FS::Path());
+       GnuLinker(Builder &, const Architecture &);
        ~GnuLinker();
 
        virtual Target *create_target(const std::list<Target *> &, const std::string &);