From 702a31c756e092ee00eea17f09850a9115786094 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 12 Aug 1996 20:08:36 +0000 Subject: removed comment about NO_UNINITIALIZED_WARNINGS since that macro no longer exists. --- c/src/exec/score/cpu/m68k/cpu.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'c') diff --git a/c/src/exec/score/cpu/m68k/cpu.h b/c/src/exec/score/cpu/m68k/cpu.h index d20c573559..59f8d3d4b7 100644 --- a/c/src/exec/score/cpu/m68k/cpu.h +++ b/c/src/exec/score/cpu/m68k/cpu.h @@ -21,13 +21,6 @@ extern "C" { #endif -/* - * If defined, this causes some of the macros to initialize their - * variables to zero before doing inline assembly. This gets rid - * of compile time warnings at the cost of a little execution time - * in some time critical routines. - */ - #include #ifndef ASM #include -- cgit v1.2.3