summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkr.angelov <kr.angelov@gmail.com>2012-02-18 16:25:53 +0000
committerkr.angelov <kr.angelov@gmail.com>2012-02-18 16:25:53 +0000
commit5259be92e3a42be9e7f51c8d4d0152902fa4b779 (patch)
tree630b8c08c01cd168132cfadf76f2c3a940e8b47f
parent47e5e8c9663c35495419ae59ab4d1cd9709ec0e2 (diff)
libpgf: remove the now redundant field extra_ccats in PgfConcr
-rw-r--r--src/runtime/c/pgf/data.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/runtime/c/pgf/data.h b/src/runtime/c/pgf/data.h
index d97b0b49d..45f060c23 100644
--- a/src/runtime/c/pgf/data.h
+++ b/src/runtime/c/pgf/data.h
@@ -192,7 +192,6 @@ struct PgfConcr {
PgfFlags* cflags;
PgfPrintNames* printnames;
GuMap* ccats;
- PgfCCatSeq extra_ccats;
PgfFunIndices* fun_indices;
PgfCoerceIdx* coerce_idx;
PgfCncFuns* cncfuns;