Revert "c10d/Store: add clone feature (#150966)"

This reverts commit 205881ea4a451574c3a3de87c42484043a955d6e.

Reverted https://github.com/pytorch/pytorch/pull/150966 on behalf of https://github.com/atalman due to failing internally ([comment](https://github.com/pytorch/pytorch/pull/150966#issuecomment-2795063574))
This commit is contained in:
PyTorch MergeBot
2025-04-10 20:17:53 +00:00
parent 8fdd61bc45
commit abe41c5c9c
11 changed files with 0 additions and 69 deletions

View File

@ -77,8 +77,6 @@ class TORCH_API TCPStore : public Store {
~TCPStore() override;
c10::intrusive_ptr<Store> clone() override;
void set(const std::string& key, const std::vector<uint8_t>& value) override;
std::vector<uint8_t> compareSet(