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:
PyTorch MergeBot
2023-11-02 23:34:08 +00:00
parent c27a03a4e5
commit c63693ca27
5 changed files with 56 additions and 145 deletions

View File

@ -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(