From f5c7b962c4d3512f32df8c3bbd3370f846239b02 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 23 Nov 2021 11:20:03 +0200 Subject: WIP: complete --- libbuild2/dynamic.hxx | 33 --------------------------------- 1 file changed, 33 deletions(-) delete mode 100644 libbuild2/dynamic.hxx (limited to 'libbuild2/dynamic.hxx') diff --git a/libbuild2/dynamic.hxx b/libbuild2/dynamic.hxx deleted file mode 100644 index 395a839..0000000 --- a/libbuild2/dynamic.hxx +++ /dev/null @@ -1,33 +0,0 @@ -// file : libbuild2/dynamic.hxx -*- C++ -*- -// license : MIT; see accompanying LICENSE file - -#ifndef LIBBUILD2_DYNAMIC_HXX -#define LIBBUILD2_DYNAMIC_HXX - -#include -#include -#include - -#include -#include - -#include - -// Additional functionality that is normally only useful for implementing -// rules with dynamic dependencies. -// -namespace build2 -{ - class LIBBUILD2_SYMEXPORT dyndep_rule - { - public: - // Update the target during the match phase. Return true if it has changed - // or if the passed timestamp is not timestamp_unknown and is older than - // the target. - // - static bool - update (tracer&, action, const target&, timestamp); - }; -} - -#endif // LIBBUILD2_DYNAMIC_HXX -- cgit v1.1