Skip to content

Commit

Permalink
Remove tramp_pre_frame_size_{32,64}
Browse files Browse the repository at this point in the history
They were added by 4d85176 in 2008, but never used.
  • Loading branch information
hainest committed Nov 6, 2023
1 parent fb8c1d5 commit 2e62faa
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions dyninstAPI/src/ast.C
Expand Up @@ -62,8 +62,6 @@ using namespace Dyninst::InstructionAPI;
#elif defined(arch_x86) || defined (arch_x86_64)
#include "inst-x86.h"
#include "emit-x86.h"
extern int tramp_pre_frame_size_32;
extern int tramp_pre_frame_size_64;
#elif defined(arch_aarch64)
#include "inst-aarch64.h"
#else
Expand Down

0 comments on commit 2e62faa

Please sign in to comment.