Skip to content

Commit 802f424

Browse files
committed
unused macro
1 parent c2bc4bc commit 802f424

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

include/express/variable.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ typedef struct Variable_ * Variable;
7676
/***************************/
7777

7878
struct Variable_ {
79-
Expression name; /**< Symbol is inside of 'name' below */
79+
Expression name; /**< Symbol is inside of 'name' */
8080
Type type;
8181
Expression initializer; /**< or 'derived' */
8282
int offset;
@@ -90,7 +90,6 @@ struct Variable_ {
9090
unsigned int attribute : 1; /**< is an attribute (rule parameters are marked this way, too) */
9191
} flags;
9292

93-
#define query_symbol inverse_symbol
9493
Symbol * inverse_symbol; /**< entity symbol */
9594
Variable inverse_attribute; /**< attribute related by inverse relationship */
9695
};

0 commit comments

Comments
 (0)