X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fcompilecommandsjson.h;fp=source%2Fcompilecommandsjson.h;h=0000000000000000000000000000000000000000;hb=c8e829c219c65ff8e93b6c7b66212ff0876441c5;hp=8798849065d127ea7ce9d0fd7c8801ef453eeb05;hpb=e2c9c3fffcc61a0c102ccf6a7924e2de709092ad;p=builder.git diff --git a/source/compilecommandsjson.h b/source/compilecommandsjson.h deleted file mode 100644 index 8798849..0000000 --- a/source/compilecommandsjson.h +++ /dev/null @@ -1,20 +0,0 @@ -#ifndef COMPILECOMMANDSJSON_H_ -#define COMPILECOMMANDSJSON_H_ - -#include "sourcepackage.h" -#include "filetarget.h" - -class CompileCommandsJson: public FileTarget -{ -private: - -public: - CompileCommandsJson(Builder &, const SourcePackage &); - - const char *get_type() const override { return "CompileCommandsJson"; } - -protected: - void find_dependencies() override; -}; - -#endif