refactor(localize): remove unused code (#36745)

PR Close #36745
This commit is contained in:
Pete Bacon Darwin 2020-04-20 13:46:49 +01:00 committed by Matias Niemelä
parent b7acf07a70
commit 113c75dd27
1 changed files with 0 additions and 4 deletions

View File

@ -19,7 +19,3 @@ export interface MessageRenderer<T> {
startIcu(): void;
endIcu(): void;
}
export function stripInterpolationMarkers(interpolation: string): string {
return interpolation.replace(/^\{\{/, '').replace(/}}$/, '');
}