mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-16 15:36:12 -04:00
Remove unused methods.
PiperOrigin-RevId: 823958211
This commit is contained in:
committed by
Copybara-Service
parent
452e9f546c
commit
be3e658d75
@@ -84,17 +84,6 @@ class WifiMedium : public api::WifiMedium {
|
||||
return api::WifiConnectionStatus::kUnknown;
|
||||
}
|
||||
|
||||
/**
|
||||
* @brief Verifies if the device has internet connectivity through the WiFi
|
||||
* network.
|
||||
*/
|
||||
bool VerifyInternetConnectivity() override { return false; }
|
||||
|
||||
/**
|
||||
* @brief Returns the IP address of the device on the WiFi network.
|
||||
*/
|
||||
std::string GetIpAddress() override { return ""; }
|
||||
|
||||
private:
|
||||
api::WifiCapability capability_ = {};
|
||||
api::WifiInformation information_ = {};
|
||||
|
||||
Reference in New Issue
Block a user