aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/target.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'libbuild2/target.hxx')
-rw-r--r--libbuild2/target.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/libbuild2/target.hxx b/libbuild2/target.hxx
index f140122..f1c9d5f 100644
--- a/libbuild2/target.hxx
+++ b/libbuild2/target.hxx
@@ -775,7 +775,7 @@ namespace build2
: ctx (c),
dir (move (d)), out (move (o)), name (move (n)),
vars (c, false /* global */),
- state {opstate (c), opstate (c)} {}
+ state (c) {}
target (target&&) = delete;
target& operator= (target&&) = delete;