summaryrefslogtreecommitdiff
path: root/compiler/utils/assembler_thumb_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/utils/assembler_thumb_test.cc')
-rw-r--r--compiler/utils/assembler_thumb_test.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/compiler/utils/assembler_thumb_test.cc b/compiler/utils/assembler_thumb_test.cc
index 79ab025f58..83b7eebe55 100644
--- a/compiler/utils/assembler_thumb_test.cc
+++ b/compiler/utils/assembler_thumb_test.cc
@@ -99,7 +99,6 @@ TEST_F(ArmVIXLAssemblerTest, VixlJniHelpers) {
const bool is_static = true;
const bool is_synchronized = false;
- const bool is_fast_native = false;
const bool is_critical_native = false;
const char* shorty = "IIFII";
@@ -107,7 +106,6 @@ TEST_F(ArmVIXLAssemblerTest, VixlJniHelpers) {
JniCallingConvention::Create(&allocator,
is_static,
is_synchronized,
- is_fast_native,
is_critical_native,
shorty,
InstructionSet::kThumb2));