summaryrefslogtreecommitdiffhomepage
path: root/compat
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2024-01-20 18:11:16 +0100
committerStanislaw Halik <sthalik@misaki.pl>2024-01-20 18:11:16 +0100
commitd2e9c8ad95f8339628e4e5efbcf93d01a2f3d029 (patch)
tree2abcc1724f9c65795358a8a5136a48a0d7bee396 /compat
parent7fb500aa62109f81efb69c32b66505efa8cfdae4 (diff)
a
Diffstat (limited to 'compat')
-rw-r--r--compat/defs.hpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/compat/defs.hpp b/compat/defs.hpp
index b141eba5..edefbb5e 100644
--- a/compat/defs.hpp
+++ b/compat/defs.hpp
@@ -6,8 +6,6 @@
# define fm_FUNCTION_NAME __PRETTY_FUNCTION__
#endif
-#define fm_begin(...) [&]{__VA_ARGS__}()
-
#define fm_DECLARE_DEPRECATED_COPY_ASSIGNMENT(type) \
[[deprecated, maybe_unused]] type(const type&) noexcept = default; \
[[deprecated, maybe_unused]] type& operator=(const type&) noexcept = default