diff options
Diffstat (limited to 'src/pugixml.hpp')
-rw-r--r-- | src/pugixml.hpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/pugixml.hpp b/src/pugixml.hpp index 398dd77..04d70d4 100644 --- a/src/pugixml.hpp +++ b/src/pugixml.hpp @@ -1811,9 +1811,6 @@ namespace pugi /// Last parsed offset (in bytes from file/string start)
ptrdiff_t offset;
- /// Line in parser source which reported this
- unsigned int line;
-
/// Source document encoding
encoding_t encoding;
|