summaryrefslogtreecommitdiff
path: root/third-party/benchmark/tools/gbench/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'third-party/benchmark/tools/gbench/__init__.py')
-rw-r--r--third-party/benchmark/tools/gbench/__init__.py8
1 files changed, 0 insertions, 8 deletions
diff --git a/third-party/benchmark/tools/gbench/__init__.py b/third-party/benchmark/tools/gbench/__init__.py
deleted file mode 100644
index fce1a1acfbb3..000000000000
--- a/third-party/benchmark/tools/gbench/__init__.py
+++ /dev/null
@@ -1,8 +0,0 @@
-"""Google Benchmark tooling"""
-
-__author__ = 'Eric Fiselier'
-__email__ = 'eric@efcs.ca'
-__versioninfo__ = (0, 5, 0)
-__version__ = '.'.join(str(v) for v in __versioninfo__) + 'dev'
-
-__all__ = []