summaryrefslogtreecommitdiff
path: root/runtime/primitive.h
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/primitive.h')
-rw-r--r--runtime/primitive.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/runtime/primitive.h b/runtime/primitive.h
index 0ac5f40d55..ca42c4790c 100644
--- a/runtime/primitive.h
+++ b/runtime/primitive.h
@@ -26,7 +26,6 @@ namespace art {
static constexpr size_t kObjectReferenceSize = 4;
-
constexpr size_t ComponentSizeShiftWidth(size_t component_size) {
return component_size == 1u ? 0u :
component_size == 2u ? 1u :