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:
@@ -266,7 +266,6 @@ public:
|
||||
}
|
||||
|
||||
size_t Size() const {
|
||||
TIXMLASSERT( _size >= 0 );
|
||||
return _size;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user