summaryrefslogtreecommitdiffhomepage
path: root/include/stc/clist.h
diff options
context:
space:
mode:
authorTyge Løvset <[email protected]>2021-09-18 12:51:45 +0200
committerTyge Løvset <[email protected]>2021-09-18 12:51:45 +0200
commit9ddc57529865a54bf964702034ff41f938e8538a (patch)
treec2f22074226b11f1afde7e526d8720b29f3fc7ff /include/stc/clist.h
parent9eb269ca92000bc4bd835f1038aed88324791e1f (diff)
downloadSTC-modified-9ddc57529865a54bf964702034ff41f938e8538a.tar.gz
STC-modified-9ddc57529865a54bf964702034ff41f938e8538a.zip
Changed the sharedptr.c example. Removed clist_X_erase(): was alias of clist_X_erase_at().
Diffstat (limited to 'include/stc/clist.h')
-rw-r--r--include/stc/clist.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/stc/clist.h b/include/stc/clist.h
index f7d09c74..83e08c24 100644
--- a/include/stc/clist.h
+++ b/include/stc/clist.h
@@ -119,8 +119,6 @@ STC_INLINE i_val cx_memb(_value_clone)(i_val val)
{ return i_valfrom(i_valto(&val)); }
STC_INLINE void cx_memb(_pop_front)(Self* self)
{ cx_memb(_erase_after_)(self, self->last); }
-STC_INLINE cx_iter_t cx_memb(_erase)(Self* self, cx_iter_t it)
- { return cx_memb(_erase_at)(self, it); }
STC_INLINE cx_value_t* cx_memb(_emplace_back)(Self* self, i_valraw raw)
{ return cx_memb(_push_back)(self, i_valfrom(raw)); }
STC_INLINE cx_value_t* cx_memb(_emplace_front)(Self* self, i_valraw raw)