Skip to content

Commit f83899e

Browse files
committed
Remove unused function after benchmarks removal
1 parent 5e866c3 commit f83899e

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

packages/babel-plugin-component-annotate/test/test-plugin.test.ts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,6 @@
2626
import { transform } from "@babel/core";
2727
import plugin from "../src/index";
2828

29-
const getTime = (): number => {
30-
if (typeof performance !== "undefined" && performance.now) {
31-
return performance.now();
32-
}
33-
return Date.now();
34-
};
35-
3629
const BananasPizzaAppStandardInput = `import React, { Component } from 'react';
3730
import { StyleSheet, Text, TextInput, View, Image, UIManager } from 'react-native';
3831

0 commit comments

Comments
 (0)