Skip to content

Commit

Permalink
Remove some unused bits
Browse files Browse the repository at this point in the history
  • Loading branch information
oleavr committed Feb 23, 2024
1 parent f20cade commit 2398979
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions gum/backend-x86/gumstalker-x86.c
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@ typedef struct _GumBackpatchRet GumBackpatchRet;
typedef struct _GumBackpatchJmp GumBackpatchJmp;
typedef struct _GumBackpatchInlineCache GumBackpatchInlineCache;
typedef struct _GumIcEntry GumIcEntry;
typedef struct _GumStalkerRunOnThreadCtx GumStalkerRunOnThreadCtx;

typedef guint GumVirtualizationRequirements;

Expand Down Expand Up @@ -546,13 +545,6 @@ struct _GumCheckElfSection

#endif

struct _GumStalkerRunOnThreadCtx
{
GumStalker * stalker;
GumStalkerRunOnThreadFunc func;
gpointer user_data;
};

#if defined (HAVE_LINUX) && !defined (HAVE_ANDROID)

extern _Unwind_Reason_Code __gxx_personality_v0 (int version,
Expand Down

0 comments on commit 2398979

Please sign in to comment.