diff options
Diffstat (limited to 'src/libstore/store-api.hh')
-rw-r--r-- | src/libstore/store-api.hh | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/libstore/store-api.hh b/src/libstore/store-api.hh index 1aab3c8a3..47e644fed 100644 --- a/src/libstore/store-api.hh +++ b/src/libstore/store-api.hh @@ -371,12 +371,6 @@ public: */ std::shared_ptr<const Realisation> queryRealisation(const DrvOutput &); - /** - * Asynchronous version of queryRealisation(). - */ - void queryRealisation(const DrvOutput &, - Callback<std::shared_ptr<const Realisation>> callback) noexcept; - /** * Check whether the given valid path info is sufficiently attested, by |