From 5a5164935e296403ba66b6a18c06f23bb7c68144 Mon Sep 17 00:00:00 2001 From: Dan Laine Date: Tue, 1 Aug 2023 15:54:52 -0400 Subject: [PATCH] remove TODO --- x/sync/response_handler.go | 4 ---- 1 file changed, 4 deletions(-) diff --git a/x/sync/response_handler.go b/x/sync/response_handler.go index 79dbef6531d7..71e0c5f64580 100644 --- a/x/sync/response_handler.go +++ b/x/sync/response_handler.go @@ -3,10 +3,6 @@ package sync -// TODO danlaine: We create a new response handler for every request. -// Look into making a struct to handle requests/responses that uses a sync pool -// to avoid allocations. - var _ ResponseHandler = (*responseHandler)(nil) // Handles responses/failure notifications for a sent request.