From beeaef55e487acd3f42b4057a9233e7d0454725b Mon Sep 17 00:00:00 2001 From: Paolo Bonzini Date: Mon, 3 Jul 2017 17:54:25 +0200 Subject: tcg: move tb_lock out of translate-all.h Signed-off-by: Paolo Bonzini --- tcg/tcg.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'tcg') diff --git a/tcg/tcg.h b/tcg/tcg.h index 9e37722..da78721 100644 --- a/tcg/tcg.h +++ b/tcg/tcg.h @@ -757,10 +757,6 @@ void *tcg_malloc_internal(TCGContext *s, int size); void tcg_pool_reset(TCGContext *s); TranslationBlock *tcg_tb_alloc(TCGContext *s); -void tb_lock(void); -void tb_unlock(void); -void tb_lock_reset(void); - /* Called with tb_lock held. */ static inline void *tcg_malloc(int size) { -- cgit v1.1