summaryrefslogtreecommitdiffhomepage
path: root/compat/macros.hpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2018-12-06 08:05:57 +0100
committerStanislaw Halik <sthalik@misaki.pl>2018-12-06 08:11:01 +0100
commit3fd39cf892250545b4510065fe16e39d494faa44 (patch)
tree7f52c9a4a5257778cdd8cb3c46e038a368eb2768 /compat/macros.hpp
parent94600f2c5f234dddf826c9d6d9db91952832220a (diff)
cruft only
Diffstat (limited to 'compat/macros.hpp')
-rw-r--r--compat/macros.hpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/compat/macros.hpp b/compat/macros.hpp
index 5d82c4ee..5b959011 100644
--- a/compat/macros.hpp
+++ b/compat/macros.hpp
@@ -93,11 +93,6 @@ constexpr cc_forceinline void static_warn<true>() {}
#define typed_progn(type, ...) ([&]() -> type { __VA_ARGS__ }())
#define progn(...) ([&]() -> decltype(auto) { __VA_ARGS__ }())
-#define prog1(x, ...) ([&]() -> decltype(auto) \
- { \
- decltype(auto) ret1324 = (x); __VA_ARGS__; return ret1324; \
- }())
-
// end c++-only macros
#endif