diff options
| author | Tyge Løvset <[email protected]> | 2022-08-11 11:47:50 +0200 |
|---|---|---|
| committer | Tyge Løvset <[email protected]> | 2022-08-11 11:47:50 +0200 |
| commit | 989253176e8359280ffbfff546c382d559e66b27 (patch) | |
| tree | 485d176a9f0558f6e077b236aa56abc786175a9d /include/stc/cvec.h | |
| parent | f225ba90a4497d91ed3934574a304aad4158af91 (diff) | |
| download | STC-modified-989253176e8359280ffbfff546c382d559e66b27.tar.gz STC-modified-989253176e8359280ffbfff546c382d559e66b27.zip | |
removed fn.
Diffstat (limited to 'include/stc/cvec.h')
| -rw-r--r-- | include/stc/cvec.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/stc/cvec.h b/include/stc/cvec.h index be838360..371d6a29 100644 --- a/include/stc/cvec.h +++ b/include/stc/cvec.h @@ -156,10 +156,6 @@ _cx_memb(_shrink_to_fit)(_cx_self* self) { _cx_memb(_reserve)(self, _cx_memb(_size)(self)); } -STC_INLINE _cx_iter -_cx_memb(_append_uninit)(_cx_self* self, const size_t n) { - return _cx_memb(_insert_uninit_p)(self, self->data + _cx_memb(_size)(self), n); -} STC_INLINE _cx_iter _cx_memb(_insert)(_cx_self* self, const size_t idx, i_key value) { |
