From 02a2fbef0df2714f5fa598d82765ce463321ab56 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20Smr=C5=BE?= Date: Mon, 8 Nov 2021 21:24:46 +0100 Subject: Storage: implement Stored using call_once --- src/storage.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/storage.h') diff --git a/src/storage.h b/src/storage.h index 7ed8cf6..0f7c3bf 100644 --- a/src/storage.h +++ b/src/storage.h @@ -12,7 +12,6 @@ namespace fs = std::filesystem; using std::function; using std::mutex; using std::optional; -using std::shared_future; using std::shared_ptr; using std::unique_ptr; using std::unordered_map; -- cgit v1.2.3