mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-16 15:36:12 -04:00
Stop passing file size into InputFile c'tor.
PiperOrigin-RevId: 845989622
This commit is contained in:
committed by
Copybara-Service
parent
0fe6eb566f
commit
b88fbc6636
@@ -133,7 +133,7 @@ std::unique_ptr<InputFile> ImplementationPlatform::CreateInputFile(PayloadId pay
|
||||
|
||||
std::unique_ptr<InputFile> ImplementationPlatform::CreateInputFile(const std::string& file_path,
|
||||
size_t size) {
|
||||
return shared::IOFile::CreateInputFile(file_path, size);
|
||||
return shared::IOFile::CreateInputFile(file_path);
|
||||
}
|
||||
|
||||
ABSL_DEPRECATED("This interface will be deleted in the near future.")
|
||||
|
||||
Reference in New Issue
Block a user