From e49e6778debca02595cf933301628d982f9354ad Mon Sep 17 00:00:00 2001 From: nyagamunene Date: Thu, 15 Aug 2024 20:05:32 +0300 Subject: [PATCH] Remove constant from service Signed-off-by: nyagamunene --- bootstrap/service.go | 4 ---- 1 file changed, 4 deletions(-) diff --git a/bootstrap/service.go b/bootstrap/service.go index 8ad38eafbd..70f297e0f8 100644 --- a/bootstrap/service.go +++ b/bootstrap/service.go @@ -19,10 +19,6 @@ import ( mgsdk "github.com/absmach/magistrala/pkg/sdk/go" ) -const ( - allConn = "all_connected" -) - var ( // ErrThings indicates failure to communicate with Magistrala Things service. // It can be due to networking error or invalid/unauthenticated request.