mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-16 15:36:12 -04:00
Remove unused deviceInfo methods.
PiperOrigin-RevId: 688334273
This commit is contained in:
committed by
Copybara-Service
parent
b9bb7c9da9
commit
5840369ce6
@@ -34,10 +34,7 @@ class DeviceInfo : public api::DeviceInfo {
|
||||
|
||||
api::DeviceInfo::OsType GetOsType() const override;
|
||||
|
||||
std::optional<std::string> GetFullName() const override;
|
||||
std::optional<std::string> GetGivenName() const override;
|
||||
std::optional<std::string> GetLastName() const override;
|
||||
std::optional<std::string> GetProfileUserName() const override;
|
||||
|
||||
std::optional<std::filesystem::path> GetDownloadPath() const override;
|
||||
|
||||
|
||||
@@ -78,10 +78,7 @@ api::DeviceInfo::OsType DeviceInfo::GetOsType() const {
|
||||
#endif
|
||||
}
|
||||
|
||||
std::optional<std::string> DeviceInfo::GetFullName() const { return std::nullopt; }
|
||||
std::optional<std::string> DeviceInfo::GetGivenName() const { return std::nullopt; }
|
||||
std::optional<std::string> DeviceInfo::GetLastName() const { return std::nullopt; }
|
||||
std::optional<std::string> DeviceInfo::GetProfileUserName() const { return std::nullopt; }
|
||||
|
||||
std::optional<std::filesystem::path> DeviceInfo::GetDownloadPath() const {
|
||||
NSFileManager *manager = [NSFileManager defaultManager];
|
||||
|
||||
Reference in New Issue
Block a user