summaryrefslogtreecommitdiffstats
path: root/tcg/tci.c
diff options
context:
space:
mode:
authorRichard Henderson2021-01-28 09:01:17 +0100
committerRichard Henderson2021-02-05 21:24:14 +0100
commitf6ff97ab565d4aa779ae3e07e8c5f13e7495a005 (patch)
tree8d61d58ce86eba3782a3cb7d3fb9ff793e18129a /tcg/tci.c
parenttcg/tci: Implement 64-bit division (diff)
downloadqemu-f6ff97ab565d4aa779ae3e07e8c5f13e7495a005.tar.gz
qemu-f6ff97ab565d4aa779ae3e07e8c5f13e7495a005.tar.xz
qemu-f6ff97ab565d4aa779ae3e07e8c5f13e7495a005.zip
tcg/tci: Remove TODO as unused
Tested-by: Alex Bennée <alex.bennee@linaro.org> Reviewed-by: Alex Bennée <alex.bennee@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'tcg/tci.c')
-rw-r--r--tcg/tci.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/tcg/tci.c b/tcg/tci.c
index 5c84a1c979..e0d815e4b2 100644
--- a/tcg/tci.c
+++ b/tcg/tci.c
@@ -33,14 +33,6 @@
#include "tcg/tcg-op.h"
#include "qemu/compiler.h"
-/* Marker for missing code. */
-#define TODO() \
- do { \
- fprintf(stderr, "TODO %s:%u: %s()\n", \
- __FILE__, __LINE__, __func__); \
- tcg_abort(); \
- } while (0)
-
#if MAX_OPC_PARAM_IARGS != 6
# error Fix needed, number of supported input arguments changed!
#endif