Skip to content

Commit

Permalink
Remove unneeded *.paris file in testdata (#122)
Browse files Browse the repository at this point in the history
This commit also includes a minor change suggested by staticcheck.
  • Loading branch information
Saied Kazemi authored Sep 8, 2021
1 parent d84ea3d commit 22aabe6
Show file tree
Hide file tree
Showing 12 changed files with 1 addition and 183 deletions.
2 changes: 1 addition & 1 deletion connectionlistener/connectionlistener.go
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ func (cl *connectionListener) traceAnnotateAndArchive(ctx context.Context, conn
if allErrs != nil {
log.Printf("failed to annotate some or all hops (errors: %+v)\n", allErrs)
}
if annotations != nil && len(annotations) > 0 {
if len(annotations) > 0 {
cl.hopAnnotator.WriteAnnotations(annotations, traceStartTime)
}
}
Expand Down
17 changes: 0 additions & 17 deletions parser/testdata/20130524T00:04:44Z_ALL5729.paris

This file was deleted.

14 changes: 0 additions & 14 deletions parser/testdata/20160112T00:45:44Z_ALL27409.paris

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Empty file.

0 comments on commit 22aabe6

Please sign in to comment.