Skip to content

Commit 4a3d63a

Browse files
committed
[upstreaming] Revert adding empty implementation of deregisterEHFrames
We already disabled the registration, so this is no-op.
1 parent 0bf3ac5 commit 4a3d63a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

lldb/include/lldb/Expression/IRExecutionUnit.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -310,10 +310,6 @@ class IRExecutionUnit : public std::enable_shared_from_this<IRExecutionUnit>,
310310
void registerEHFrames(uint8_t *Addr, uint64_t LoadAddr,
311311
size_t Size) override {}
312312

313-
virtual void deregisterEHFrames() override {
314-
return;
315-
}
316-
317313
uint64_t getSymbolAddress(const std::string &Name) override;
318314

319315
// Find the address of the symbol Name. If Name is a missing weak symbol

0 commit comments

Comments
 (0)