mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
Revert "[Fix] add validation logics to TCPStore queries (#107607)"
This reverts commit 50a99812172dd7d1e808fad8dc44665c1770df50.
Reverted https://github.com/pytorch/pytorch/pull/107607 on behalf of https://github.com/huydhn due to For some reason, lint job was not run on the PR and now start failing trunk, please rebase and fix lint before relanding 50a9981217
([comment](https://github.com/pytorch/pytorch/pull/107607#issuecomment-1791702818))
This commit is contained in:
@ -138,8 +138,6 @@ class TORCH_API TCPStore : public Store {
|
||||
private:
|
||||
int64_t incrementValueBy(const std::string& key, int64_t delta);
|
||||
|
||||
void validate(void);
|
||||
|
||||
std::vector<uint8_t> doGet(const std::string& key);
|
||||
|
||||
void doWait(
|
||||
|
Reference in New Issue
Block a user