1
0
mirror of https://github.com/leethomason/tinyxml2.git synced 2026-07-30 15:42:59 +04:00

fix: remove unnecessary assert

This commit is contained in:
Levente Batuska
2025-03-20 02:06:08 +01:00
parent 9148bdf719
commit afff7bf328
-1
View File
@@ -266,7 +266,6 @@ public:
} }
size_t Size() const { size_t Size() const {
TIXMLASSERT( _size >= 0 );
return _size; return _size;
} }