From af5a9e9906d9b8eadea6649d98bca778c65a66ba Mon Sep 17 00:00:00 2001 From: Sven Anderson Date: Wed, 15 Sep 2021 19:33:30 +0200 Subject: [PATCH] rados: remove unused constant Signed-off-by: Sven Anderson --- rados/rados_test.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/rados/rados_test.go b/rados/rados_test.go index 270d8ef..2045f46 100644 --- a/rados/rados_test.go +++ b/rados/rados_test.go @@ -724,8 +724,6 @@ func (suite *RadosTestSuite) TestObjectIterator() { func (suite *RadosTestSuite) TestObjectIteratorAcrossNamespaces() { suite.SetupConnection() - const perNamespace = 100 - // tests use a shared pool so namespaces need to be unique across tests. // below ns1=nsX and ns2=nsY. ns1 is used elsewhere. objectListNS1 := []string{}