From 0f7b3ed9f469fb743675963aaeaf2a6aef386c5f Mon Sep 17 00:00:00 2001 From: "kr.angelov" Date: Sat, 18 Feb 2012 16:25:53 +0000 Subject: [PATCH] libpgf: remove the now redundant field extra_ccats in PgfConcr --- src/runtime/c/pgf/data.h | 1 - 1 file changed, 1 deletion(-) 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;