diff options
Diffstat (limited to 'src/libstore/build/goal.hh')
-rw-r--r-- | src/libstore/build/goal.hh | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/libstore/build/goal.hh b/src/libstore/build/goal.hh index b524d3118..de1c92c85 100644 --- a/src/libstore/build/goal.hh +++ b/src/libstore/build/goal.hh @@ -82,11 +82,6 @@ struct Goal */ std::string name; - struct WorkResult; - - // for use by Worker and Goal only. will go away once work() is a promise. - kj::Own<kj::PromiseFulfiller<Result<WorkResult>>> notify; - protected: AsyncSemaphore::Token slotToken; |