Skip to content

Commit 8848e1b

Browse files
author
d00mas
committed
removed CREATE_NODE macro
1 parent 0b5f054 commit 8848e1b

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

examples/logic/logic.ncb

32 KB
Binary file not shown.

include/ASTCreator.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,6 @@ using namespace std;
3030
class __declspec(dllexport) ASTCreator;
3131
#endif
3232

33-
#ifndef CREATE_NODE
34-
#define CREATE_NODE(X,x) X *x = new X(); x->init(*reduction); x->setParent(parent)
35-
#endif
36-
3733
class ASTCreator {
3834
public:
3935
/*!

0 commit comments

Comments
 (0)