Skip to content

Commit 561b6c4

Browse files
committed
Remove unused macro
NEW_PREEXE has not been used since 52a5f76
1 parent b22a280 commit 561b6c4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

node.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,6 @@ typedef struct RNode {
384384
#define NEW_FALSE(loc) NEW_NODE(NODE_FALSE,0,0,0,loc)
385385
#define NEW_ERRINFO(loc) NEW_NODE(NODE_ERRINFO,0,0,0,loc)
386386
#define NEW_DEFINED(e,loc) NEW_NODE(NODE_DEFINED,e,0,0,loc)
387-
#define NEW_PREEXE(b,loc) NEW_SCOPE(b,loc)
388387
#define NEW_POSTEXE(b,loc) NEW_NODE(NODE_POSTEXE,0,b,0,loc)
389388
#define NEW_ATTRASGN(r,m,a,loc) NEW_NODE(NODE_ATTRASGN,r,m,a,loc)
390389
#define NEW_ERROR(loc) NEW_NODE(NODE_ERROR,0,0,0,loc)

0 commit comments

Comments
 (0)