summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--runtime/asm_support.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/runtime/asm_support.h b/runtime/asm_support.h
index a9c743a5bf..5247a0edc2 100644
--- a/runtime/asm_support.h
+++ b/runtime/asm_support.h
@@ -232,6 +232,4 @@ ADD_TEST_EQ(STRING_COMPRESSION_FEATURE, art::mirror::kUseStringCompression);
#undef DEFINED_ADD_TEST_EQ
#endif
-#undef ALIGN_UP
-
#endif // ART_RUNTIME_ASM_SUPPORT_H_