beehive-lab / mambo

A low-overhead dynamic binary instrumentation and modification tool for ARM (both AArch32 and AArch64 support) and RISC-V (RV64GC).
Apache License 2.0
318 stars 69 forks source link

Delete unused variables #64

Closed GuillermoCallaghan closed 2 years ago

GuillermoCallaghan commented 2 years ago

This PR deletes 3 unused variables:

  1. prev_index in hash_add (common.c)
  2. branch_addr in the dispatcher (dispatcher.c)
  3. inst_type in scan_trace (traces.c)