commit | f73cacaae3d8f89327d8886b37792a849cabd9ac | [log] [tgz] |
---|---|---|
author | Roland Levillain <rpl@google.com> | Fri Aug 24 17:19:07 2018 +0100 |
committer | Roland Levillain <rpl@google.com> | Tue Aug 28 11:09:40 2018 +0100 |
tree | 79047e31d512d065db47af7e68fa155c1f638f11 | |
parent | bbc6e7edb5fca4a61ac53dd9bce79cb4f0bb3403 [diff] [blame] |
Remove superfluous 'virtual' specifiers in ART. Remove 'virtual' specifier on methods already bearing the 'override' specifier. Test: mmma art Change-Id: I114930969a5ca048d88de9ecd18e2c6403593e31
diff --git a/compiler/utils/jni_macro_assembler.h b/compiler/utils/jni_macro_assembler.h index e0c2992..e6130cf 100644 --- a/compiler/utils/jni_macro_assembler.h +++ b/compiler/utils/jni_macro_assembler.h
@@ -299,7 +299,7 @@ JNIMacroLabelCommon() : JNIMacroLabel(kIsa) { } - virtual ~JNIMacroLabelCommon() override {} + ~JNIMacroLabelCommon() override {} private: PlatformLabel label_;