summaryrefslogtreecommitdiffstats
path: root/compiler/image_writer.cc
diff options
context:
space:
mode:
authorJeff Hao <jeffhao@google.com>2016-01-08 10:44:20 -0800
committerJeff Hao <jeffhao@google.com>2016-01-08 14:20:23 -0800
commitacd7a6ac4bb5b43b07362f5c83ab0259514370d6 (patch)
tree41e36d03276cb6f0cf949afd3f05d971cfd406ac /compiler/image_writer.cc
parent97f2ca08c3d9a2b1694419aea07cd64f477c0af2 (diff)
downloadandroid_art-acd7a6ac4bb5b43b07362f5c83ab0259514370d6.tar.gz
android_art-acd7a6ac4bb5b43b07362f5c83ab0259514370d6.tar.bz2
android_art-acd7a6ac4bb5b43b07362f5c83ab0259514370d6.zip
Fix general multi-image TODOs.
- Removed some unnecessary comments. Bug: 26317072 (cherry-picked from commit 509f2ab308032534f14d8f4f374f60da8a615fa2) Change-Id: Id542262ca1182fb77f029f2136266e470bde9473
Diffstat (limited to 'compiler/image_writer.cc')
-rw-r--r--compiler/image_writer.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/compiler/image_writer.cc b/compiler/image_writer.cc
index da15bc91ff..d0bb201d69 100644
--- a/compiler/image_writer.cc
+++ b/compiler/image_writer.cc
@@ -209,9 +209,6 @@ bool ImageWriter::Write(int image_fd,
oat_header.GetQuickResolutionTrampolineOffset();
image_info.oat_address_offsets_[kOatAddressQuickToInterpreterBridge] =
oat_header.GetQuickToInterpreterBridgeOffset();
- } else {
- // Other oat files use the primary trampolines.
- // TODO: Dummy values to protect usage? b/26317072
}