Skip to content

Commit ce7a339

Browse files
lwfacebook-github-bot
authored andcommitted
Remove deprecated error alias
Summary: Now that PyTorch has been updated to use the new name, we can drop the old one Reviewed By: patricklabatut Differential Revision: D25061007 fbshipit-source-id: 41b963de04fd93ea896ea489a5fc88b71b597433
1 parent e37fa58 commit ce7a339

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

tensorpipe/transport/error.h

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,6 @@
1515
namespace tensorpipe {
1616
namespace transport {
1717

18-
// FIXME There used to be an EOFError specific to transports but it got merged
19-
// into the global one. We're keeping this alias because PyTorch is explcitly
20-
// using the one from the transport namespace. However, PyTorch should be fixed
21-
// and this alias should be removed.
22-
using EOFError = ::tensorpipe::EOFError;
23-
2418
class ListenerClosedError final : public BaseError {
2519
public:
2620
ListenerClosedError() {}

0 commit comments

Comments
 (0)