Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/P-p-H-d/mlib.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Pelissier <patrick.pelissier@gmail.com>2021-11-20 15:05:50 +0300
committerPatrick Pelissier <patrick.pelissier@gmail.com>2021-11-20 15:05:50 +0300
commit1a1339da6b064b5cb910cbfe1350a8ac9e883cce (patch)
tree1a50f3c796455e7c5831a0a1b2d9650e21d51d31 /m-concurrent.h
parent9926b51da037ac832c339b779f2640a7926cbc0a (diff)
Remove deprecated features
Diffstat (limited to 'm-concurrent.h')
-rw-r--r--m-concurrent.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/m-concurrent.h b/m-concurrent.h
index a481d85..b7ac191 100644
--- a/m-concurrent.h
+++ b/m-concurrent.h
@@ -423,11 +423,6 @@
M_CALL_RESET(oplist, out->data); \
M_C(name, _write_unlock)(out); \
} \
- static inline void M_ATTR_DEPRECATED \
- M_C(name, _clean)(concurrent_t out) \
- { \
- M_C(name,_reset)(out); \
- } \
,) \
\
M_IF_METHOD(EMPTY_P, oplist)( \
@@ -494,11 +489,6 @@
M_CALL_SET(M_GET_VALUE_OPLIST oplist, *out_data, *p); \
M_C(name, _write_unlock)(out); \
} \
- static inline M_ATTR_DEPRECATED void \
- M_C(name, _get_at_copy)(M_GET_VALUE_TYPE oplist *out_data, concurrent_t out, M_GET_KEY_TYPE oplist const key) \
- { \
- M_C(name, _safe_get_copy)(out_data, out, key); \
- } \
,) \
\
M_IF_METHOD(ERASE_KEY, oplist)( \