summaryrefslogtreecommitdiff
path: root/benchmark
diff options
context:
space:
mode:
authorThiago Marcos P. Santos <tmpsantos@gmail.com>2020-02-07 17:52:51 +0200
committerThiago Marcos P. Santos <tmpsantos@gmail.com>2020-02-07 20:12:44 +0200
commit47f2b20435cc524e2e300ad4881e198079c536bf (patch)
treea4236cad25ffca9936fa0c832dcc5003d79fabad /benchmark
parentf7fef70e9ddb9f52b071703d3ff0683b921606ac (diff)
downloadqtlocation-mapboxgl-47f2b20435cc524e2e300ad4881e198079c536bf.tar.gz
[build] Remove unused files
Buck build is no longer needed, neither is the previous CMake buildsystem.
Diffstat (limited to 'benchmark')
-rw-r--r--benchmark/benchmark-files.json23
1 files changed, 0 insertions, 23 deletions
diff --git a/benchmark/benchmark-files.json b/benchmark/benchmark-files.json
deleted file mode 100644
index a05fdfc4c2..0000000000
--- a/benchmark/benchmark-files.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
- "//": "This file is generated. Do not edit. Regenerate it with scripts/generate-file-lists.js",
- "sources": [
- "benchmark/api/query.benchmark.cpp",
- "benchmark/api/render.benchmark.cpp",
- "benchmark/function/camera_function.benchmark.cpp",
- "benchmark/function/composite_function.benchmark.cpp",
- "benchmark/function/source_function.benchmark.cpp",
- "benchmark/parse/filter.benchmark.cpp",
- "benchmark/parse/tile_mask.benchmark.cpp",
- "benchmark/parse/vector_tile.benchmark.cpp",
- "benchmark/src/mbgl/benchmark/benchmark.cpp",
- "benchmark/storage/offline_database.benchmark.cpp",
- "benchmark/util/dtoa.benchmark.cpp",
- "benchmark/util/tilecover.benchmark.cpp"
- ],
- "public_headers": {
- "mbgl/benchmark.hpp": "benchmark/include/mbgl/benchmark.hpp"
- },
- "private_headers": {
- "mbgl/benchmark/stub_geometry_tile_feature.hpp": "benchmark/src/mbgl/benchmark/stub_geometry_tile_feature.hpp"
- }
-}