]> git.tdb.fi Git - builder.git/blobdiff - source/compilecommandsgenerator.cpp
Inline simple constructors
[builder.git] / source / compilecommandsgenerator.cpp
index 82221e7a1c3d37950bd3d70dc7d6973ddcf933dc..8e3947d7816a119916097b7bd7079b819759dd96 100644 (file)
 using namespace std;
 using namespace Msp;
 
-CompileCommandsGenerator::CompileCommandsGenerator(Builder &b):
-       Tool(b, "CCJG")
-{ }
-
 Target *CompileCommandsGenerator::create_target(const vector<Target *> &, const string &)
 {
        throw logic_error("Not implemented");
@@ -27,10 +23,6 @@ Task *CompileCommandsGenerator::run(const Target &target) const
 }
 
 
-CompileCommandsGenerator::Worker::Worker(const CompileCommandsJson &t):
-       target(t)
-{ }
-
 void CompileCommandsGenerator::Worker::main()
 {
        Builder &builder = target.get_package()->get_builder();