From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59972) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YPnIr-0004Gi-O0 for qemu-devel@nongnu.org; Mon, 23 Feb 2015 02:19:42 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YPnIr-000560-1S for qemu-devel@nongnu.org; Mon, 23 Feb 2015 02:19:41 -0500 Message-ID: <1424675969.23631.4.camel@nilsson.home.kraxel.org> From: Gerd Hoffmann Date: Mon, 23 Feb 2015 08:19:29 +0100 In-Reply-To: <1424365943-27563-4-git-send-email-thuth@linux.vnet.ibm.com> References: <1424365943-27563-1-git-send-email-thuth@linux.vnet.ibm.com> <1424365943-27563-4-git-send-email-thuth@linux.vnet.ibm.com> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 3/5] ui/vnc: Remove vnc_stop_worker_thread() List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Thomas Huth Cc: qemu-trivial@nongnu.org, qemu-devel@nongnu.org, Anthony Liguori On Do, 2015-02-19 at 18:12 +0100, Thomas Huth wrote: > This function is not used anymore, let's remove it. Reviewed-by: Gerd Hoffmann