Skip to content

Commit cf619e5

Browse files
lhamesaokblast
authored andcommitted
[ORC] Remove an unused member variable.
1 parent bab33e2 commit cf619e5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llvm/include/llvm/ExecutionEngine/Orc/MachOPlatform.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,6 @@ class LLVM_ABI MachOPlatform : public Platform {
286286
// FIXME: ObjCImageInfos and HeaderAddrs need to be cleared when
287287
// JITDylibs are removed.
288288
DenseMap<JITDylib *, ObjCImageInfo> ObjCImageInfos;
289-
DenseMap<JITDylib *, ExecutorAddr> HeaderAddrs;
290289
};
291290

292291
using GetJITDylibHeaderSendResultFn =

0 commit comments

Comments
 (0)