Skip to content

Commit 3f0999b

Browse files
committed
Remove redundant functions
1 parent 605ff52 commit 3f0999b

1 file changed

Lines changed: 0 additions & 12 deletions

File tree

cfg/std.cfg

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6676,12 +6676,6 @@ The obsolete function 'gets' is called. With 'gets' you'll get a buffer overrun
66766676
<not-uninit/>
66776677
</arg>
66786678
</function>
6679-
<function name="std::deque::size,std::deque::max_size,std::list::size,std::list::max_size,std::map::size,std::map::max_size,std::unordered_map::size,std::unordered_map::max_size,std::queue::size,std::set::size,std::set::max_size,std::unordered_set::size,std::unordered_set::max_size,std::stack::size,std::string::size,std::wstring::size,std::vector::size,std::vector::capacity,std::vector::max_size,std::array::size,std::array::max_size,std::span::size,std::span::size_bytes">
6680-
<use-retval/>
6681-
<const/>
6682-
<returnValue type="std::size_t"/>
6683-
<noreturn>false</noreturn>
6684-
</function>
66856679
<!-- size_type std::map::count( const Key& key ) const; -->
66866680
<!-- template< class K > size_type std::map::count( const K& x ) const; // since C++14 -->
66876681
<!-- size_type std::set::count( const value_type& val) const; -->
@@ -6969,12 +6963,6 @@ The obsolete function 'gets' is called. With 'gets' you'll get a buffer overrun
69696963
<valid>0:</valid>
69706964
</arg>
69716965
</function>
6972-
<function name="std::string::length,std::wstring::length,std::basic_string::size,std::basic_string::length">
6973-
<const/>
6974-
<use-retval/>
6975-
<returnValue type="std::size_t"/>
6976-
<noreturn>false</noreturn>
6977-
</function>
69786966
<function name="std::string::substr">
69796967
<use-retval/>
69806968
<returnValue type="std::string"/>

0 commit comments

Comments
 (0)