This commit is contained in:
Antonio Andelic 2024-07-24 14:39:26 +02:00
parent e7b5c0ea19
commit cb7fafd1e6

View File

@ -4,7 +4,6 @@
#include <base/constexpr_helpers.h>
#include <base/demangle.h>
#include "Common/PipeFDs.h"
#include <Common/scope_guard_safe.h>
#include <Common/Dwarf.h>
#include <Common/Elf.h>
@ -496,8 +495,6 @@ using StackTraceCacheBase = std::map<StackTraceTriple, CacheEntryPtr, std::less<
struct StackTraceCache : public StackTraceCacheBase
{
using StackTraceCacheBase::StackTraceCacheBase;
~StackTraceCache()
{
can_use_cache = false;