diff options
author | bugaevskiy <[email protected]> | 2022-12-31 17:40:08 +0300 |
---|---|---|
committer | bugaevskiy <[email protected]> | 2022-12-31 17:40:08 +0300 |
commit | 030896f914b07ae082ccf0b6b00df926d22d2454 (patch) | |
tree | e520bd22d01faaf07ff303c49ad2fdfefa114f67 /contrib/restricted/boost/stacktrace/src | |
parent | 014fdab1c4bb0fedea59974a6bb13ef3ec3b67cb (diff) |
Remove Boost metaproject
Diffstat (limited to 'contrib/restricted/boost/stacktrace/src')
-rw-r--r-- | contrib/restricted/boost/stacktrace/src/backtrace.cpp | 19 | ||||
-rw-r--r-- | contrib/restricted/boost/stacktrace/src/basic.cpp | 18 | ||||
-rw-r--r-- | contrib/restricted/boost/stacktrace/src/windbg.cpp | 14 |
3 files changed, 0 insertions, 51 deletions
diff --git a/contrib/restricted/boost/stacktrace/src/backtrace.cpp b/contrib/restricted/boost/stacktrace/src/backtrace.cpp deleted file mode 100644 index 00d440ff68d..00000000000 --- a/contrib/restricted/boost/stacktrace/src/backtrace.cpp +++ /dev/null @@ -1,19 +0,0 @@ -// Copyright Antony Polukhin, 2016-2020. -// -// Distributed under the Boost Software License, Version 1.0. (See -// accompanying file LICENSE_1_0.txt or copy at -// http://www.boost.org/LICENSE_1_0.txt) - -#define BOOST_STACKTRACE_INTERNAL_BUILD_LIBS -#define BOOST_STACKTRACE_USE_BACKTRACE - -#ifndef BOOST_STACKTRACE_LINK -#error BOOST_STACKTRACE_LINK must be defined -#endif - -#ifndef _GNU_SOURCE -# define _GNU_SOURCE -#endif - -#include <boost/stacktrace/detail/frame_unwind.ipp> -#include <boost/stacktrace/safe_dump_to.hpp> diff --git a/contrib/restricted/boost/stacktrace/src/basic.cpp b/contrib/restricted/boost/stacktrace/src/basic.cpp deleted file mode 100644 index f21cc4fca92..00000000000 --- a/contrib/restricted/boost/stacktrace/src/basic.cpp +++ /dev/null @@ -1,18 +0,0 @@ -// Copyright Antony Polukhin, 2016-2020. -// -// Distributed under the Boost Software License, Version 1.0. (See -// accompanying file LICENSE_1_0.txt or copy at -// http://www.boost.org/LICENSE_1_0.txt) - -#define BOOST_STACKTRACE_INTERNAL_BUILD_LIBS - -#ifndef BOOST_STACKTRACE_LINK -#error BOOST_STACKTRACE_LINK must be defined -#endif - -#ifndef _GNU_SOURCE -# define _GNU_SOURCE -#endif - -#include <boost/stacktrace/detail/frame_unwind.ipp> -#include <boost/stacktrace/safe_dump_to.hpp> diff --git a/contrib/restricted/boost/stacktrace/src/windbg.cpp b/contrib/restricted/boost/stacktrace/src/windbg.cpp deleted file mode 100644 index 0db6daa1b3d..00000000000 --- a/contrib/restricted/boost/stacktrace/src/windbg.cpp +++ /dev/null @@ -1,14 +0,0 @@ -// Copyright Antony Polukhin, 2016-2020. -// -// Distributed under the Boost Software License, Version 1.0. (See -// accompanying file LICENSE_1_0.txt or copy at -// http://www.boost.org/LICENSE_1_0.txt) - -#define BOOST_STACKTRACE_INTERNAL_BUILD_LIBS - -#ifndef BOOST_STACKTRACE_LINK -#error BOOST_STACKTRACE_LINK must be defined -#endif - -#include <boost/stacktrace/detail/frame_msvc.ipp> -#include <boost/stacktrace/safe_dump_to.hpp> |