tree.h (OMP_CLAUSE_CODE): Remove duplicate definition.
authorThomas Schwinge <thomas@codesourcery.com>
Fri, 11 Oct 2013 10:43:04 +0000 (12:43 +0200)
committerThomas Schwinge <tschwinge@gcc.gnu.org>
Fri, 11 Oct 2013 10:43:04 +0000 (12:43 +0200)
gcc/
* tree.h (OMP_CLAUSE_CODE): Remove duplicate definition.

From-SVN: r203419

gcc/ChangeLog
gcc/tree.h

index 21c603ed5257670f6debae21c31d776b113a93a1..eb5a27b16ea61bb62ca5bd20017c7325c78f12a4 100644 (file)
@@ -1,5 +1,7 @@
 2013-10-11  Thomas Schwinge  <thomas@codesourcery.com>
 
+       * tree.h (OMP_CLAUSE_CODE): Remove duplicate definition.
+
        * gimple.c: GIMPLE statements have subcodes, not sub-codes.
        * gimple.h: Likewise.
 
index 8200c2e8757974f38d7a2a693f6e0fe5a1fa7a7f..d40d416dda0859568630e8d703a4f7fda351f90a 100644 (file)
@@ -1419,9 +1419,6 @@ extern void protected_set_expr_location (tree, location_t);
 #define OMP_CLAUSE_SET_CODE(NODE, CODE)                                \
        ((OMP_CLAUSE_CHECK (NODE))->omp_clause.code = (CODE))
 
-#define OMP_CLAUSE_CODE(NODE)                                  \
-       (OMP_CLAUSE_CHECK (NODE))->omp_clause.code
-
 #define OMP_CLAUSE_OPERAND(NODE, I)                            \
        OMP_CLAUSE_ELT_CHECK (NODE, I)