X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fcompilecommandsgenerator.cpp;h=8e3947d7816a119916097b7bd7079b819759dd96;hb=451ef4f33b5a57dcb56bd7cb671bed359ac86247;hp=2f4e07b4c2dccdc2d6b62f4d07df9999f7ee7380;hpb=7c2db9e2b91da953701be233336c5bfa1f3c4af0;p=builder.git diff --git a/source/compilecommandsgenerator.cpp b/source/compilecommandsgenerator.cpp index 2f4e07b..8e3947d 100644 --- a/source/compilecommandsgenerator.cpp +++ b/source/compilecommandsgenerator.cpp @@ -10,11 +10,7 @@ using namespace std; using namespace Msp; -CompileCommandsGenerator::CompileCommandsGenerator(Builder &b): - Tool(b, "CCJG") -{ } - -Target *CompileCommandsGenerator::create_target(const list &, const string &) +Target *CompileCommandsGenerator::create_target(const vector &, 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();