aboutsummaryrefslogtreecommitdiff
path: root/src/arch/i386/lib/console_print.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/i386/lib/console_print.c')
-rw-r--r--src/arch/i386/lib/console_print.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/arch/i386/lib/console_print.c b/src/arch/i386/lib/console_print.c
index 0aa540d153..2acec2308a 100644
--- a/src/arch/i386/lib/console_print.c
+++ b/src/arch/i386/lib/console_print.c
@@ -62,10 +62,6 @@ static void __console_tx_string(int loglevel, const char *str)
}
}
-/* Actually this should say defined(__ROMCC__) but that define is explicitly
- * set in some romstage.c files to trigger the simple device_t version to be used.
- * So __GNUCC__ does the right thing here.
- */
#if defined (__ROMCC__)
#define STATIC
#else