summaryrefslogtreecommitdiffstats
path: root/c/src/exec/score
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1996-08-12 20:08:36 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1996-08-12 20:08:36 +0000
commit702a31c756e092ee00eea17f09850a9115786094 (patch)
tree4fb0ba3a074b3b89999b1dd360c5d40a34292175 /c/src/exec/score
parentadded test case for stack too large (diff)
downloadrtems-702a31c756e092ee00eea17f09850a9115786094.tar.bz2
removed comment about NO_UNINITIALIZED_WARNINGS since that macro
no longer exists.
Diffstat (limited to 'c/src/exec/score')
-rw-r--r--c/src/exec/score/cpu/m68k/cpu.h7
1 files changed, 0 insertions, 7 deletions
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 <rtems/score/m68k.h>
#ifndef ASM
#include <rtems/score/m68ktypes.h>