Unverified Commit 9565892a authored by Kevin Moore's avatar Kevin Moore Committed by GitHub

tools: Drop unused function (#125590)

Internal usage dropped in http://cl/527348621
parent 3d250495
......@@ -411,6 +411,3 @@ enum CustomDimensionsEnum {
String get cdKey => 'cd${index + 1}';
}
// TODO(kevmoo): delete this once Google3 code is migrated
String cdKey(CustomDimensionsEnum cd) => cd.cdKey;
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment