mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-16 15:36:12 -04:00
Remove unused WifiAdapter.
PiperOrigin-RevId: 800083180
This commit is contained in:
committed by
Copybara-Service
parent
cb683e484f
commit
a5478bd1c9
@@ -35,7 +35,6 @@
|
||||
#include "sharing/internal/api/public_certificate_database.h"
|
||||
#include "sharing/internal/api/sharing_rpc_client.h"
|
||||
#include "sharing/internal/api/system_info.h"
|
||||
#include "sharing/internal/api/wifi_adapter.h"
|
||||
|
||||
namespace nearby::sharing::api {
|
||||
|
||||
@@ -55,8 +54,6 @@ class SharingPlatform {
|
||||
|
||||
virtual BluetoothAdapter& GetBluetoothAdapter() = 0;
|
||||
|
||||
virtual WifiAdapter& GetWifiAdapter() = 0;
|
||||
|
||||
virtual nearby::api::FastInitBleBeacon& GetFastInitBleBeacon() = 0;
|
||||
|
||||
virtual nearby::api::FastInitiationManager& GetFastInitiationManager() = 0;
|
||||
|
||||
Reference in New Issue
Block a user