X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fcompilecommandsgenerator.cpp;fp=source%2Fcompilecommandsgenerator.cpp;h=8e3947d7816a119916097b7bd7079b819759dd96;hb=451ef4f33b5a57dcb56bd7cb671bed359ac86247;hp=82221e7a1c3d37950bd3d70dc7d6973ddcf933dc;hpb=d1f9551e05c9d341149eb490e05b1465d3d6b711;p=builder.git diff --git a/source/compilecommandsgenerator.cpp b/source/compilecommandsgenerator.cpp index 82221e7..8e3947d 100644 --- a/source/compilecommandsgenerator.cpp +++ b/source/compilecommandsgenerator.cpp @@ -10,10 +10,6 @@ using namespace std; using namespace Msp; -CompileCommandsGenerator::CompileCommandsGenerator(Builder &b): - Tool(b, "CCJG") -{ } - 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();