Skip to content

Commit

Permalink
remove arm64_32_abi
Browse files Browse the repository at this point in the history
  • Loading branch information
lewurm committed May 20, 2019
1 parent bb3c9db commit 860a38a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions mono/mini/mini-arm.c
Expand Up @@ -88,8 +88,6 @@ static gboolean thumb2_supported = FALSE;
*/
static gboolean eabi_supported = FALSE;

static gboolean arm64_32_abi = FALSE;

/*
* Whenever to use the iphone ABI extensions:
* http://developer.apple.com/library/ios/documentation/Xcode/Conceptual/iPhoneOSABIReference/index.html
Expand Down Expand Up @@ -7470,9 +7468,6 @@ mono_arch_set_target (char *mtriple)
}
if (strstr (mtriple, "gnueabi"))
eabi_supported = TRUE;

if (strstr (mtriple, "arm64_32"))
arm64_32_abi = TRUE;
}

gboolean
Expand Down

0 comments on commit 860a38a

Please sign in to comment.