diff options
| author | Krasimir Angelov <kr.angelov@gmail.com> | 2018-06-20 21:16:19 +0200 |
|---|---|---|
| committer | Krasimir Angelov <kr.angelov@gmail.com> | 2018-06-20 21:16:19 +0200 |
| commit | b86373438b12a9e674e633abb67f1ff9e126f82c (patch) | |
| tree | 0d48a777ec28f27689a9d78568f3223cdcb19a77 /src/runtime/c/pgf/linearizer.h | |
| parent | 4cdd4dd8a784ec13ca88c3aaa5ee05d023dbbe8a (diff) | |
Revert "when linearizing missing functions with brackets, the name of the function should still be reported"
This reverts commit 18204bdd25bd460904ac475f3ea340daa96589df.
Diffstat (limited to 'src/runtime/c/pgf/linearizer.h')
| -rw-r--r-- | src/runtime/c/pgf/linearizer.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/src/runtime/c/pgf/linearizer.h b/src/runtime/c/pgf/linearizer.h index 78ac092b6..57fad962f 100644 --- a/src/runtime/c/pgf/linearizer.h +++ b/src/runtime/c/pgf/linearizer.h @@ -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. |
