Skip to content

Commit

Permalink
remove unneeded vars
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerHelmuth committed Dec 9, 2024
1 parent ab1e994 commit 7962da9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions internal/coreinternal/testdata/profile.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@ import (

var (
TestProfileStartTime = time.Date(2020, 2, 11, 20, 26, 13, 789, time.UTC)
TestProfileEndTime = time.Date(2020, 2, 11, 20, 28, 13, 789, time.UTC)
TestProfileStartTimestamp = pcommon.NewTimestampFromTime(TestProfileStartTime)
TestProfileEndTimestamp = pcommon.NewTimestampFromTime(TestProfileEndTime)
)

func GenerateProfilesOneEmptyResourceProfiles() pprofile.Profiles {
Expand Down

0 comments on commit 7962da9

Please sign in to comment.