Skip to content

Commit

Permalink
Removing zkns / pdns code. Mostly unused.
Browse files Browse the repository at this point in the history
  • Loading branch information
alainjobart committed Oct 26, 2015
1 parent e2812a5 commit e397a2b
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 1,512 deletions.
362 changes: 0 additions & 362 deletions go/cmd/zkns2pdns/pdns.go

This file was deleted.

14 changes: 0 additions & 14 deletions go/cmd/zkns2pdns/test.py

This file was deleted.

1 change: 0 additions & 1 deletion go/vt/topo/naming.go
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ func LookupVtName(ctx context.Context, ts Server, cell, keyspace, shard string,
}

// SrvEntries converts EndPoints to net.SRV for a given port.
// FIXME(msolomon) merge with zkns
func SrvEntries(addrs *pb.EndPoints, namedPort string) (srvs []*net.SRV, err error) {
srvs = make([]*net.SRV, 0, len(addrs.Entries))
var srvErr error
Expand Down
Loading

0 comments on commit e397a2b

Please sign in to comment.