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.hh5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/libstore/build/goal.hh b/src/libstore/build/goal.hh
index 904b7564b..bceea3c54 100644
--- a/src/libstore/build/goal.hh
+++ b/src/libstore/build/goal.hh
@@ -82,11 +82,6 @@ struct Goal
*/
std::string name;
- /**
- * Build result.
- */
- BuildResult buildResult;
-
struct WorkResult;
// for use by Worker and Goal only. will go away once work() is a promise.