diff options
Diffstat (limited to 'include/stc/cdeq.h')
| -rw-r--r-- | include/stc/cdeq.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/stc/cdeq.h b/include/stc/cdeq.h index 5dec0f3c..41f8cea8 100644 --- a/include/stc/cdeq.h +++ b/include/stc/cdeq.h @@ -99,12 +99,6 @@ cx_memb(_shrink_to_fit)(Self *self) { cx_memb(_del)(self); *self = cx;
}
-STC_INLINE void
-cx_memb(_emplace_items)(Self *self, const cx_rawvalue_t arr[], size_t n) {
- for (size_t i = 0; i < n; ++i)
- cx_memb(_push_back)(self, i_valfrom(arr[i]));
-}
-
#ifndef i_queue
STC_INLINE cx_value_t* cx_memb(_emplace_front)(Self* self, i_valraw raw) {
|
