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