From 8b4a61d123775f500b68a1a5a81a463f97cf523e Mon Sep 17 00:00:00 2001 From: Anton Nekipelov <226657+anton-107@users.noreply.github.com> Date: Fri, 7 Mar 2025 15:18:04 +0100 Subject: [PATCH] refactoring cleanup: remove unused types and variables --- acceptance/config_test.go | 6 ------ 1 file changed, 6 deletions(-) diff --git a/acceptance/config_test.go b/acceptance/config_test.go index 82e260156..fa236275b 100644 --- a/acceptance/config_test.go +++ b/acceptance/config_test.go @@ -17,12 +17,6 @@ import ( const configFilename = "test.toml" -type StageFeature string - -const ( - UnityCatalogEnabledWorkspace StageFeature = "unity-catalog" -) - type TestConfig struct { // Place to describe what's wrong with this test. Does not affect how the test is run. Badness *string