diff options
author | Andreas Gampe <agampe@google.com> | 2017-03-27 13:27:24 -0700 |
---|---|---|
committer | Andreas Gampe <agampe@google.com> | 2017-03-27 13:53:48 -0700 |
commit | d9911eeca13f609c885e0f6a5ce81af9b6340bfa (patch) | |
tree | f850510643ee120dba140bf0bb3e1c1b9c9ce4db /compiler/optimizing/codegen_test_utils.h | |
parent | 46bfb7c047a590ac5c24b658f31c170631556bb6 (diff) |
ART: Clean up field initialization
Add explicit field initialization to default value where necessary.
Also clean up interpreter intrinsics header.
Test: m
Change-Id: I7a850ac30dcccfb523a5569fb8400b9ac892c8e5
Diffstat (limited to 'compiler/optimizing/codegen_test_utils.h')
-rw-r--r-- | compiler/optimizing/codegen_test_utils.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/optimizing/codegen_test_utils.h b/compiler/optimizing/codegen_test_utils.h index cd954043f5..31cd204c9f 100644 --- a/compiler/optimizing/codegen_test_utils.h +++ b/compiler/optimizing/codegen_test_utils.h @@ -74,7 +74,6 @@ class CodegenTargetConfig { } private: - CodegenTargetConfig() {} InstructionSet isa_; CreateCodegenFn create_codegen_; }; |