From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57086) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YQyUG-0001Oz-Be for qemu-devel@nongnu.org; Thu, 26 Feb 2015 08:28:21 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YQyUB-0007d6-D9 for qemu-devel@nongnu.org; Thu, 26 Feb 2015 08:28:20 -0500 Received: from e06smtp12.uk.ibm.com ([195.75.94.108]:38457) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YQyUB-0007cN-7p for qemu-devel@nongnu.org; Thu, 26 Feb 2015 08:28:15 -0500 Received: from /spool/local by e06smtp12.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Thu, 26 Feb 2015 13:28:12 -0000 From: Thomas Huth Date: Thu, 26 Feb 2015 14:28:05 +0100 Message-Id: <1424957288-24408-1-git-send-email-thuth@linux.vnet.ibm.com> Subject: [Qemu-devel] [PATCH v3 0/3] Remove unused functions List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-trivial@nongnu.org Cc: qemu-devel@nongnu.org, Thomas Huth There are quite a lot of completely unused functions scattered around in the QEMU sources - here are some patches to remove at least some of them. I've limited the patches now to the ones which have been ack'ed by the corresponding subsystem maintainers, so it should be really save now to apply these patches (I'll maybe re-post the other patches later again for further discusison). Michael, can you take these through your trivial-patches repository? Thomas Huth (3): ui: Removed unused functions ui/vnc: Remove vnc_stop_worker_thread() xen: Remove xen_cmos_set_s3_resume() include/hw/xen/xen.h | 1 - include/ui/console.h | 3 --- ui/console.c | 12 ------------ ui/d3des.c | 9 --------- ui/d3des.h | 6 ------ ui/input-legacy.c | 6 ------ ui/vnc-jobs.c | 13 ------------- ui/vnc-jobs.h | 1 - xen-hvm-stub.c | 4 ---- 9 files changed, 0 insertions(+), 55 deletions(-)