diff --git a/go/libraries/doltcore/sqle/integration_test/dolt_schemas_history_diff_test.go b/go/libraries/doltcore/sqle/integration_test/dolt_schemas_history_diff_test.go index 9f681357bc..46c2301081 100644 --- a/go/libraries/doltcore/sqle/integration_test/dolt_schemas_history_diff_test.go +++ b/go/libraries/doltcore/sqle/integration_test/dolt_schemas_history_diff_test.go @@ -342,13 +342,6 @@ func TestDoltProceduresDiffTable(t *testing.T) { } } -type doltProceduresTableTest struct { - name string - setup []testCommand - query string - rows []sql.Row -} - var setupDoltProceduresDiffCommon = []testCommand{ // Start with a clean state {cmd.SqlCmd{}, args{"-q", "CREATE PROCEDURE original_proc(x INT) SELECT x * 2 as result"}},