Skip to content

Commit

Permalink
Remove unused dtoa code
Browse files Browse the repository at this point in the history
  • Loading branch information
bilal614 authored Jul 22, 2024
1 parent fb0e7c1 commit 89a860d
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 134 deletions.
2 changes: 0 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -926,8 +926,6 @@ list(APPEND SRC_FILES
${PROJECT_SOURCE_DIR}/src/mbgl/util/color.cpp
${PROJECT_SOURCE_DIR}/src/mbgl/util/constants.cpp
${PROJECT_SOURCE_DIR}/src/mbgl/util/convert.cpp
${PROJECT_SOURCE_DIR}/src/mbgl/util/dtoa.cpp
${PROJECT_SOURCE_DIR}/src/mbgl/util/dtoa.hpp
${PROJECT_SOURCE_DIR}/src/mbgl/util/event.cpp
${PROJECT_SOURCE_DIR}/src/mbgl/util/filesystem.hpp
${PROJECT_SOURCE_DIR}/src/mbgl/util/font_stack.cpp
Expand Down
2 changes: 0 additions & 2 deletions bazel/core.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -582,8 +582,6 @@ MLN_CORE_SOURCE = [
"src/mbgl/util/color.cpp",
"src/mbgl/util/constants.cpp",
"src/mbgl/util/convert.cpp",
"src/mbgl/util/dtoa.cpp",
"src/mbgl/util/dtoa.hpp",
"src/mbgl/util/event.cpp",
"src/mbgl/util/filesystem.hpp",
"src/mbgl/util/font_stack.cpp",
Expand Down
1 change: 0 additions & 1 deletion benchmark/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ add_library(
${PROJECT_SOURCE_DIR}/benchmark/parse/vector_tile.benchmark.cpp
${PROJECT_SOURCE_DIR}/benchmark/src/mbgl/benchmark/benchmark.cpp
${PROJECT_SOURCE_DIR}/benchmark/storage/offline_database.benchmark.cpp
${PROJECT_SOURCE_DIR}/benchmark/util/dtoa.benchmark.cpp
${PROJECT_SOURCE_DIR}/benchmark/util/tilecover.benchmark.cpp
)

Expand Down
66 changes: 0 additions & 66 deletions benchmark/util/dtoa.benchmark.cpp

This file was deleted.

22 changes: 0 additions & 22 deletions src/mbgl/util/dtoa.cpp

This file was deleted.

16 changes: 0 additions & 16 deletions src/mbgl/util/dtoa.hpp

This file was deleted.

1 change: 0 additions & 1 deletion test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ add_library(
${PROJECT_SOURCE_DIR}/test/util/async_task.test.cpp
${PROJECT_SOURCE_DIR}/test/util/bounding_volumes.test.cpp
${PROJECT_SOURCE_DIR}/test/util/camera.test.cpp
${PROJECT_SOURCE_DIR}/test/util/dtoa.test.cpp
${PROJECT_SOURCE_DIR}/test/util/geo.test.cpp
${PROJECT_SOURCE_DIR}/test/util/grid_index.test.cpp
${PROJECT_SOURCE_DIR}/test/util/hash.test.cpp
Expand Down
24 changes: 0 additions & 24 deletions test/util/dtoa.test.cpp

This file was deleted.

0 comments on commit 89a860d

Please sign in to comment.