Skip to content

Commit

Permalink
accel/tcg/plugin: Remove CONFIG_SOFTMMU_GATE definition
Browse files Browse the repository at this point in the history
The CONFIG_SOFTMMU_GATE definition was never used, remove it.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20240313213339.82071-2-philmd@linaro.org>
  • Loading branch information
philmd committed Apr 2, 2024
1 parent 7fcf757 commit 9301969
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions accel/tcg/plugin-gen.c
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,6 @@
#include "exec/helper-info.c.inc"
#undef HELPER_H

#ifdef CONFIG_SOFTMMU
# define CONFIG_SOFTMMU_GATE 1
#else
# define CONFIG_SOFTMMU_GATE 0
#endif

/*
* plugin_cb_start TCG op args[]:
* 0: enum plugin_gen_from
Expand Down

0 comments on commit 9301969

Please sign in to comment.