From 4a3d63ac7140af645ee8660b4373f16f047dd664 Mon Sep 17 00:00:00 2001 From: Raphael Isemann Date: Fri, 1 Nov 2019 13:39:53 +0100 Subject: [PATCH] [upstreaming] Revert adding empty implementation of deregisterEHFrames We already disabled the registration, so this is no-op. --- lldb/include/lldb/Expression/IRExecutionUnit.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lldb/include/lldb/Expression/IRExecutionUnit.h b/lldb/include/lldb/Expression/IRExecutionUnit.h index 1ed9477454e33..fb2faa373f84d 100644 --- a/lldb/include/lldb/Expression/IRExecutionUnit.h +++ b/lldb/include/lldb/Expression/IRExecutionUnit.h @@ -310,10 +310,6 @@ class IRExecutionUnit : public std::enable_shared_from_this, void registerEHFrames(uint8_t *Addr, uint64_t LoadAddr, size_t Size) override {} - virtual void deregisterEHFrames() override { - return; - } - uint64_t getSymbolAddress(const std::string &Name) override; // Find the address of the symbol Name. If Name is a missing weak symbol