Explorar o código

fix: remove unnecessary assert

Levente Batuska hai 11 meses
pai
achega
afff7bf328
Modificáronse 1 ficheiros con 0 adicións e 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;
     }