From aad8d399e29a653af5f3d810aba1e835b0e29c72 Mon Sep 17 00:00:00 2001 From: Evan Hunt Date: Thu, 27 May 2010 18:24:10 +0000 Subject: checkpoint: reverted convigure.ac change, removed UNUSED_PARAM from asio code git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac168@1951 e5f2f494-b856-4b98-b285-d166d9295462 --- ext/asio/detail/epoll_reactor.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext') diff --git a/ext/asio/detail/epoll_reactor.hpp b/ext/asio/detail/epoll_reactor.hpp index 20ef576198..636739863e 100644 --- a/ext/asio/detail/epoll_reactor.hpp +++ b/ext/asio/detail/epoll_reactor.hpp @@ -207,7 +207,7 @@ public: // Cancel all operations associated with the given descriptor. The // handlers associated with the descriptor will be invoked with the // operation_aborted error. - void cancel_ops(socket_type descriptor UNUSED_PARAM, per_descriptor_data& descriptor_data) + void cancel_ops(socket_type descriptor, per_descriptor_data& descriptor_data) { mutex::scoped_lock descriptor_lock(descriptor_data->mutex_); -- cgit v1.2.3