From 75ae204cf472302bd640b4f85144014ed16105ff Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Thu, 25 Dec 2014 18:26:19 +0000 Subject: [PATCH] remove orphaned function declaration --- include/libtorrent/aux_/session_impl.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/include/libtorrent/aux_/session_impl.hpp b/include/libtorrent/aux_/session_impl.hpp index 49641a956..f60240e69 100644 --- a/include/libtorrent/aux_/session_impl.hpp +++ b/include/libtorrent/aux_/session_impl.hpp @@ -422,7 +422,6 @@ namespace libtorrent std::auto_ptr pop_alert(); void pop_alerts(std::deque* alerts); void set_alert_dispatch(boost::function)> const&); - void post_alert(const alert& alert_); alert const* wait_for_alert(time_duration max_wait);