Browse Source

fix: remove unnecessary assert

Levente Batuska 11 tháng trước cách đây
mục cha
commit
afff7bf328
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      tinyxml2.h

+ 0 - 1
tinyxml2.h

@@ -266,7 +266,6 @@ public:
     }
 
     size_t Size() const {
-        TIXMLASSERT( _size >= 0 );
         return _size;
     }