Revert "when linearizing missing functions with brackets, the name of the function should still be reported"

This reverts commit 18204bdd25bd460904ac475f3ea340daa96589df.
This commit is contained in:
Krasimir Angelov
2018-06-20 21:16:19 +02:00
parent 4cdd4dd8a7
commit b86373438b
2 changed files with 65 additions and 123 deletions

View File

@@ -18,7 +18,6 @@ typedef enum {
PGF_CNC_TREE_APP,
PGF_CNC_TREE_CHUNKS,
PGF_CNC_TREE_LIT,
PGF_CNC_TREE_LINDEF
} PgfCncTreeTag;
typedef struct {
@@ -51,19 +50,6 @@ typedef struct {
PgfLiteral lit;
} PgfCncTreeLit;
typedef struct {
PgfCId abs_id;
PgfCCat* ccat;
PgfCncFun* fun;
int fid;
size_t n_vars;
PgfPrintContext* context;
GuString str;
} PgfCncTreeLinDef;
#endif
/// An enumeration of #PgfCncTree trees.