summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsyasonik <syasonik@gitlab.com>2019-06-20 15:01:28 +0300
committersyasonik <syasonik@gitlab.com>2019-06-20 15:01:28 +0300
commit9be3bf79a5f068e6aac1ee642e1dc129ce19cc25 (patch)
tree835aa5e4f989d6348e26f5a1370de8ffb7345bde
parenta3eed5fb6478b68811a1cd72f78fb8bd023a8cbd (diff)
downloadgitlab-ce-embedded-metrics-be.tar.gz
Remove unused methodembedded-metrics-be
-rw-r--r--lib/gitlab/metrics/dashboard/dynamic_dashboard_service.rb5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/gitlab/metrics/dashboard/dynamic_dashboard_service.rb b/lib/gitlab/metrics/dashboard/dynamic_dashboard_service.rb
index 725dfa3e1bb..81ed8922e17 100644
--- a/lib/gitlab/metrics/dashboard/dynamic_dashboard_service.rb
+++ b/lib/gitlab/metrics/dashboard/dynamic_dashboard_service.rb
@@ -56,11 +56,6 @@ module Gitlab
end
end
- # Determines if any of the ids are the target ids
- def matching_ids?(candidate_ids)
- (candidate_ids & metric_identifiers).any?
- end
-
def metric_identifiers
DEFAULT_EMBEDDED_METRICS_IDENTIFIERS
end