From f6ed4e308b05aa795e6c451c1b6318051f8c7cda Mon Sep 17 00:00:00 2001 From: Daniel Vigovszky Date: Tue, 28 Jan 2025 15:22:02 +0100 Subject: [PATCH] Removed comment --- wit/deps/golem-durability/golem-durability-1.2.wit | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/wit/deps/golem-durability/golem-durability-1.2.wit b/wit/deps/golem-durability/golem-durability-1.2.wit index f6bfff6..5653234 100644 --- a/wit/deps/golem-durability/golem-durability-1.2.wit +++ b/wit/deps/golem-durability/golem-durability-1.2.wit @@ -73,14 +73,3 @@ interface durability { /// Reads the next persisted durable function invocation from the oplog during replay read-persisted-durable-function-invocation: func() -> persisted-durable-function-invocation; } - -/* -#[async_trait] -pub trait DurabilityHost { - - /// Reads the next persisted durable function invocation from the oplog during replay - async fn read_persisted_durable_function_invocation( - &mut self, - ) -> Result; -} -*/