From 7bf1ca5a4959325cd3c830807d97ddcd6ad1e172 Mon Sep 17 00:00:00 2001 From: Evan Simkowitz Date: Fri, 6 Dec 2024 15:55:36 -0800 Subject: [PATCH] Remove unused vars in wcore (#1426) --- pkg/wcore/wcore.go | 5 ----- 1 file changed, 5 deletions(-) diff --git a/pkg/wcore/wcore.go b/pkg/wcore/wcore.go index 11fea7f15..97123c602 100644 --- a/pkg/wcore/wcore.go +++ b/pkg/wcore/wcore.go @@ -19,11 +19,6 @@ import ( // the wcore package coordinates actions across the storage layer // orchestrating the wave object store, the wave pubsub system, and the wave rpc system -// TODO bring Tx infra into wcore - -const StarterTimeout = 2 * time.Second -const StarterActivateBlockTimeout = 60 * time.Second - // Ensures that the initial data is present in the store, creates an initial window if needed func EnsureInitialData() error { // does not need to run in a transaction since it is called on startup