1
0
mirror of https://github.com/leethomason/tinyxml2.git synced 2026-07-21 19:23:00 +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 {
TIXMLASSERT( _size >= 0 );
return _size;
}