summaryrefslogtreecommitdiffstats
path: root/src/runtime.h
diff options
context:
space:
mode:
authorBrian Carlstrom <bdc@google.com>2012-02-04 23:06:55 -0800
committerBrian Carlstrom <bdc@google.com>2012-02-04 23:24:56 -0800
commit223f20fa939c386c695977263780dea2195093db (patch)
tree642d1abe5dfbf2239bf239e8e91bebd333384378 /src/runtime.h
parenta56fcd60596ae8694da21fccde5c56832e437c56 (diff)
downloadart-223f20fa939c386c695977263780dea2195093db.zip
art-223f20fa939c386c695977263780dea2195093db.tar.gz
art-223f20fa939c386c695977263780dea2195093db.tar.bz2
Remove old code to support multiple images
Change-Id: I29bc2f216361ac4ed0cc0fefb7e3c46ee64e0ae8
Diffstat (limited to 'src/runtime.h')
-rw-r--r--src/runtime.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime.h b/src/runtime.h
index 8a86c3c..e34a577 100644
--- a/src/runtime.h
+++ b/src/runtime.h
@@ -63,7 +63,7 @@ class Runtime {
std::string boot_class_path_;
std::string class_path_;
std::string host_prefix_;
- std::vector<std::string> images_;
+ std::string image_;
bool check_jni_;
std::string jni_trace_;
bool is_compiler_;