This website works better with JavaScript
Home
Explore
Help
Register
Sign In
gugdun
/
tinyxml2
mirror of
https://github.com/leethomason/tinyxml2
Watch
1
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
fix: remove unnecessary assert
Levente Batuska
11 months ago
parent
9148bdf719
commit
afff7bf328
1 changed files
with
0 additions
and
1 deletions
Split View
Show Diff Stats
0
1
tinyxml2.h
+ 0
- 1
tinyxml2.h
View File
@@ -266,7 +266,6 @@ public:
}
size_t Size() const {
- TIXMLASSERT( _size >= 0 );
return _size;
}