summaryrefslogtreecommitdiff
path: root/include/libxml/entities.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/libxml/entities.h')
-rw-r--r--include/libxml/entities.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/libxml/entities.h b/include/libxml/entities.h
index 838cd51..fdd7222 100644
--- a/include/libxml/entities.h
+++ b/include/libxml/entities.h
@@ -57,7 +57,6 @@ struct _xmlEntity {
const xmlChar *URI; /* the full URI as computed */
int owner; /* does the entity own the childrens */
int checked; /* was the entity content checked */
- unsigned long nbentities; /* the number of entities references */
};
/*