chore(provider/utils): remove unused code

This commit is contained in:
Quentin McGaw
2026-04-16 20:19:55 +00:00
parent d5eeec6fb3
commit c473579261
3 changed files with 0 additions and 445 deletions
-1
View File
@@ -9,7 +9,6 @@ import (
"github.com/stretchr/testify/assert"
)
func boolPtr(b bool) *bool { return &b }
func uint16Ptr(n uint16) *uint16 { return &n }
func Test_GetPort(t *testing.T) {