Skip to content

Commit

Permalink
remove checkCanceled - Fix #3342 (#3343)
Browse files Browse the repository at this point in the history
  • Loading branch information
pepone authored Jan 13, 2025
1 parent aab0ccd commit 656403c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cpp/include/Ice/OutgoingAsync.h
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ namespace IceInternal
bool responseImpl(bool, bool);

void cancel(std::exception_ptr);
void checkCanceled();

void warning(std::string_view callbackName, std::exception_ptr eptr) const;

Expand Down

0 comments on commit 656403c

Please sign in to comment.