cleanup unused newTimeSeriesSet #5978
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What this PR does:
Follow up of #5969 (comment). Remove unused
timeSeriesSeriesSet
and relevant tests.We didn't remove
timeSeriesSeriesSet
in the previous pr because it was used inTestDuplicatesSamples
. However,TestDuplicatesSamples
was added to deduplicate samples from time series in the original pr https://github.com/cortexproject/cortex/pull/2263/files#diff-c5d6cd57cfca24952cce86aa3dd9bff51046629b3156060853fcfdfb896b590eR188. Now, this part of code has been removed so we can remove the structs and relevant tests.Which issue(s) this PR fixes:
Fixes #
Checklist
CHANGELOG.md
updated - the order of entries should be[CHANGE]
,[FEATURE]
,[ENHANCEMENT]
,[BUGFIX]