aboutsummaryrefslogtreecommitdiff
path: root/gcc/conditions.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/conditions.h')
-rw-r--r--gcc/conditions.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/gcc/conditions.h b/gcc/conditions.h
index 2308bfc..7cd1e1c 100644
--- a/gcc/conditions.h
+++ b/gcc/conditions.h
@@ -20,10 +20,6 @@ along with GCC; see the file COPYING3. If not see
#ifndef GCC_CONDITIONS_H
#define GCC_CONDITIONS_H
-/* None of the things in the files exist if we don't use CC0. */
-
-#ifdef HAVE_cc0
-
/* The variable cc_status says how to interpret the condition code.
It is set by output routines for an instruction that sets the cc's
and examined by output routines for jump instructions.
@@ -117,6 +113,4 @@ extern CC_STATUS cc_status;
(cc_status.flags = 0, cc_status.value1 = 0, cc_status.value2 = 0, \
CC_STATUS_MDEP_INIT)
-#endif
-
#endif /* GCC_CONDITIONS_H */