summaryrefslogtreecommitdiffstats
path: root/backends
diff options
context:
space:
mode:
authorThomas Huth <huth@tuxfamily.org>2015-05-03 10:47:22 +0200
committerMichael Tokarev <mjt@tls.msk.ru>2015-05-08 14:11:10 +0300
commitac9541579eb95b0b8c93ca58d0a074e1f22cd55a (patch)
treebb78a0cbdd832006cbc08e90b9b1309e58ad3f64 /backends
parent973a8529c54f9e4410a0e4a18ca1dcb2b085ca7e (diff)
downloadhqemu-ac9541579eb95b0b8c93ca58d0a074e1f22cd55a.zip
hqemu-ac9541579eb95b0b8c93ca58d0a074e1f22cd55a.tar.gz
Remove various unused functions
The functions tpm_backend_thread_tpm_reset() and iothread_find() are completely unused, let's remove them. Signed-off-by: Thomas Huth <huth@tuxfamily.org> Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Diffstat (limited to 'backends')
-rw-r--r--backends/tpm.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/backends/tpm.c b/backends/tpm.c
index 4efe367..36c5d46 100644
--- a/backends/tpm.c
+++ b/backends/tpm.c
@@ -165,17 +165,6 @@ void tpm_backend_thread_end(TPMBackendThread *tbt)
}
}
-void tpm_backend_thread_tpm_reset(TPMBackendThread *tbt,
- GFunc func, gpointer user_data)
-{
- if (!tbt->pool) {
- tpm_backend_thread_create(tbt, func, user_data);
- } else {
- g_thread_pool_push(tbt->pool, (gpointer)TPM_BACKEND_CMD_TPM_RESET,
- NULL);
- }
-}
-
static const TypeInfo tpm_backend_info = {
.name = TYPE_TPM_BACKEND,
.parent = TYPE_OBJECT,
OpenPOWER on IntegriCloud