diff options
author | Brian Carlstrom <bdc@google.com> | 2012-02-04 23:06:55 -0800 |
---|---|---|
committer | Brian Carlstrom <bdc@google.com> | 2012-02-04 23:24:56 -0800 |
commit | 223f20fa939c386c695977263780dea2195093db (patch) | |
tree | 642d1abe5dfbf2239bf239e8e91bebd333384378 /src/runtime.h | |
parent | a56fcd60596ae8694da21fccde5c56832e437c56 (diff) | |
download | art-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.h | 2 |
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_; |