Skip to content

Commit

Permalink
Xposed: Linting cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
romracer committed Mar 23, 2015
1 parent 2843068 commit cb71712
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions runtime/gc/space/image_space.cc
Original file line number Diff line number Diff line change
Expand Up @@ -500,7 +500,6 @@ ImageSpace* ImageSpace::Create(const char* image_location,
// TODO: Consider relocating in the rare case that the system image is already prepared for Xposed

if (image_filename != nullptr) {

#if 0
if (found_image) {
const std::string* image_filename;
Expand Down Expand Up @@ -854,7 +853,6 @@ void ImageSpace::Dump(std::ostream& os) const {
<< ",size=" << PrettySize(Size())
<< ",name=\"" << GetName() << "\"]";
}

} // namespace space
} // namespace space
} // namespace gc
} // namespace art

0 comments on commit cb71712

Please sign in to comment.