]> git.tdb.fi Git - builder.git/blobdiff - source/clangcompiler.cpp
Clean up compiler and linker constructors
[builder.git] / source / clangcompiler.cpp
index 7ad47ed45986b55f2ba7f81fa76eae7c75a7b91b..f0ab93916a8a91c24a2c7b4ae1740ec367189ea6 100644 (file)
@@ -3,8 +3,8 @@
 using namespace std;
 using namespace Msp;
 
-ClangCompiler::ClangCompiler(Builder &b, const Architecture &a, const string &t, const FS::Path &r):
-       GnuCompiler(b, a, t, r)
+ClangCompiler::ClangCompiler(Builder &b, const Architecture &a, const string &t):
+       GnuCompiler(b, a, t)
 {
        set_command((tag=="CXX" ? "clang++" : "clang"), true);
 }