From ab72b14d17a1f80ee049cdd8c77e973960fea108 Mon Sep 17 00:00:00 2001 From: "arseny.kapoulkine" Date: Sun, 13 Jun 2010 19:24:20 +0000 Subject: Internal XML parsing error handling is done via setjmp/longjmp, all allocation errors are now handled correctly (parser returns status_out_of_memory, modification functions return errors); added tests for some out of memory situations git-svn-id: http://pugixml.googlecode.com/svn/trunk@520 99668b35-9821-0410-8761-19e4c4f06640 --- src/pugixml.hpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/pugixml.hpp') 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; -- cgit v1.2.3