From 3fd39cf892250545b4510065fe16e39d494faa44 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Thu, 6 Dec 2018 08:05:57 +0100 Subject: cruft only --- compat/macros.hpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'compat') 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() {} #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 -- cgit v1.2.3