diff options
| author | kr.angelov <kr.angelov@gmail.com> | 2012-02-18 16:25:53 +0000 |
|---|---|---|
| committer | kr.angelov <kr.angelov@gmail.com> | 2012-02-18 16:25:53 +0000 |
| commit | 5259be92e3a42be9e7f51c8d4d0152902fa4b779 (patch) | |
| tree | 630b8c08c01cd168132cfadf76f2c3a940e8b47f /src | |
| parent | 47e5e8c9663c35495419ae59ab4d1cd9709ec0e2 (diff) | |
libpgf: remove the now redundant field extra_ccats in PgfConcr
Diffstat (limited to 'src')
| -rw-r--r-- | src/runtime/c/pgf/data.h | 1 |
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; |
