]> git.tdb.fi Git - builder.git/blobdiff - source/compilecommandsgenerator.h
Rearrange sources into subdirectories
[builder.git] / source / compilecommandsgenerator.h
diff --git a/source/compilecommandsgenerator.h b/source/compilecommandsgenerator.h
deleted file mode 100644 (file)
index a6fa6f9..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-#ifndef COMPILECOMMANDSGENERATOR_H_
-#define COMPILECOMMANDSGENERATOR_H_
-
-#include "tool.h"
-
-class CompileCommandsJson;
-
-class CompileCommandsGenerator: public Tool
-{
-public:
-       CompileCommandsGenerator(Builder &);
-
-       Target *create_target(const std::vector<Target *> &, const std::string &) override;
-
-private:
-       static bool _run(const CompileCommandsJson &);
-};
-
-#endif