From 249154f0a36ced4af39ddad5e70714dbc6de9bd5 Mon Sep 17 00:00:00 2001 From: Andrew Noyes Date: Sun, 18 May 2025 11:59:25 -0400 Subject: [PATCH] Remove musttail definition in test.cpp --- src/test.cpp | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/src/test.cpp b/src/test.cpp index 3703ffd..2760df7 100644 --- a/src/test.cpp +++ b/src/test.cpp @@ -118,16 +118,6 @@ namespace { -#ifndef __has_attribute -#define __has_attribute(x) 0 -#endif - -#if __has_attribute(musttail) -#define MUSTTAIL __attribute__((musttail)) -#else -#define MUSTTAIL -#endif - const std::string json = R"({ "a number": 12345, "true": true,