diff options
Diffstat (limited to 'cpp/src/Ice/CommunicatorI.cpp')
-rw-r--r-- | cpp/src/Ice/CommunicatorI.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cpp/src/Ice/CommunicatorI.cpp b/cpp/src/Ice/CommunicatorI.cpp index 25c8d8f7d97..13d082a1af1 100644 --- a/cpp/src/Ice/CommunicatorI.cpp +++ b/cpp/src/Ice/CommunicatorI.cpp @@ -235,7 +235,6 @@ Ice::CommunicatorI::flushBatchRequests() { promise<bool> promise; flushBatchRequests_async( - nullptr, [&](exception_ptr ex) { promise.set_exception(move(ex)); @@ -249,7 +248,6 @@ Ice::CommunicatorI::flushBatchRequests() ::std::function<void ()> Ice::CommunicatorI::flushBatchRequests_async( - function<void ()> completed, function<void (exception_ptr)> exception, function<void (bool)> sent) { |