Skip to content

Commit

Permalink
Remove unused files reachability.h, reachability.m (#3243)
Browse files Browse the repository at this point in the history
  • Loading branch information
louwers authored Feb 21, 2025
1 parent 3a02c9d commit 3acfd02
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 569 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ repos:
hooks:
- id: clang-format
files: '.*\.(hpp|cpp|h)'
exclude: '(vendor/.*|darwin/include/mbgl/storage/reachability.h)'
exclude: 'vendor/.*'
- repo: https://github.com/keith/pre-commit-buildifier
rev: 7.3.1
hooks:
Expand Down
2 changes: 0 additions & 2 deletions platform/darwin/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,6 @@ objc_library(
],
hdrs = [
"include/mbgl/interface/native_apple_interface.h",
"include/mbgl/storage/reachability.h",
"include/mbgl/util/image+MLNAdditions.hpp",
],
copts = WARNING_FLAGS["ios"] + MAPLIBRE_FLAGS + [
Expand Down Expand Up @@ -243,7 +242,6 @@ objc_library(
}),
hdrs = [
"include/mbgl/interface/native_apple_interface.h",
"include/mbgl/storage/reachability.h",
"include/mbgl/util/image+MLNAdditions.hpp",
],
copts = CPP_FLAGS + MAPLIBRE_FLAGS + [
Expand Down
93 changes: 0 additions & 93 deletions platform/darwin/include/mbgl/storage/reachability.h

This file was deleted.

Loading

0 comments on commit 3acfd02

Please sign in to comment.