aboutsummaryrefslogtreecommitdiff
path: root/src/libstore/build/goal.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/libstore/build/goal.hh')
-rw-r--r--src/libstore/build/goal.hh6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/libstore/build/goal.hh b/src/libstore/build/goal.hh
index bceea3c54..b524d3118 100644
--- a/src/libstore/build/goal.hh
+++ b/src/libstore/build/goal.hh
@@ -118,12 +118,6 @@ protected:
virtual kj::Promise<Result<WorkResult>> workImpl() noexcept = 0;
public:
-
- /**
- * Exception containing an error message, if any.
- */
- std::shared_ptr<Error> ex;
-
explicit Goal(Worker & worker, bool isDependency)
: worker(worker)
, isDependency(isDependency)