Skip to content

Commit a456340

Browse files
committed
remove comment
1 parent fbbd8e1 commit a456340

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/net/dnsconfig_unix_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,6 @@ func TestDNSReadConfig(t *testing.T) {
176176
getHostname = func() (string, error) { return "host.domain.local", nil }
177177

178178
for _, tt := range dnsReadConfigTests {
179-
// make a copy to avoid modyfying shared state
180179
want := *tt.want
181180
if len(want.search) == 0 {
182181
want.search = dnsDefaultSearch()

0 commit comments

Comments
 (0)