diff options
author | eldritch horrors <pennae@lix.systems> | 2024-04-28 00:56:10 +0200 |
---|---|---|
committer | eldritch horrors <pennae@lix.systems> | 2024-05-09 23:18:05 +0200 |
commit | 28a98d152c071ec48b8bf510f87ac9710c56d7fb (patch) | |
tree | b40d4a04510b36edf94c1d489a62683cf9db934a /src/libstore/store-api.hh | |
parent | 17965bf11c55daee81729151f9876e55fdeaf9c1 (diff) |
libstore: de-callback-ify Store::queryRealisation
Change-Id: I8d74745c519518f163f51dfaa39063836f17599e
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 |