Skip to content

Commit 43ac9af

Browse files
committed
Remove unused var
1 parent 9d66239 commit 43ac9af

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/BC/Util.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1465,7 +1465,6 @@ void CloneFunctionInto(llvm::Function *source_func, llvm::Function *dest_func,
14651465
auto dest_mod = dest_func->getParent();
14661466
auto &source_context = source_mod->getContext();
14671467
auto &dest_context = dest_func->getContext();
1468-
auto reg_md_id = source_context.getMDKindID("remill_register");
14691468

14701469
// Make sure that when we're cloning `__remill_basic_block`, we don't
14711470
// throw away register names and such.

0 commit comments

Comments
 (0)