Explorar el Código

fix: remove unnecessary assert

Levente Batuska hace 11 meses
padre
commit
afff7bf328
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      tinyxml2.h

+ 0 - 1
tinyxml2.h

@@ -266,7 +266,6 @@ public:
     }
 
     size_t Size() const {
-        TIXMLASSERT( _size >= 0 );
         return _size;
     }