From b86373438b12a9e674e633abb67f1ff9e126f82c Mon Sep 17 00:00:00 2001 From: Krasimir Angelov Date: Wed, 20 Jun 2018 21:16:19 +0200 Subject: Revert "when linearizing missing functions with brackets, the name of the function should still be reported" This reverts commit 18204bdd25bd460904ac475f3ea340daa96589df. --- src/runtime/c/pgf/linearizer.h | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'src/runtime/c/pgf/linearizer.h') 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. -- cgit v1.2.3