tcg/tci: Remove TODO as unused
authorRichard Henderson <richard.henderson@linaro.org>
Thu, 28 Jan 2021 08:01:17 +0000 (22:01 -1000)
committerRichard Henderson <richard.henderson@linaro.org>
Fri, 5 Feb 2021 20:24:14 +0000 (10:24 -1000)
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>
tcg/tci.c

index 5c84a1c97961137b83bcb79e3e132260d8edf668..e0d815e4b2092ace0e92ed82d3fd6abc903ce66b 100644 (file)
--- a/tcg/tci.c
+++ b/tcg/tci.c
 #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