Skip to content

Commit

Permalink
chore: remove unnecessary code
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain authored Sep 11, 2024
1 parent dfe6325 commit 3f39a58
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions benchmarks/transports/src/tests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,10 +96,6 @@ const tcpImpls: Record<string, Impl> = {
function addTests (name: string, impls: Record<string, Impl>, tests: Test[], relay: Multiaddr): void {
for (const [implAName, implA] of Object.entries(impls)) {
for (const [implBName, implB] of Object.entries(impls)) {
if (implAName !== implBName) {
continue
}

if (implA.listen == null) {
continue
}
Expand Down

0 comments on commit 3f39a58

Please sign in to comment.