Commit 8da26dd6 authored by yangguo's avatar yangguo Committed by Commit bot

Remove obsolete field in RelocInfo.

R=bmeurer@chromium.org

Review URL: https://codereview.chromium.org/1413373004

Cr-Commit-Position: refs/heads/master@{#31622}
parent 2f80165f
......@@ -662,11 +662,6 @@ class RelocInfo {
Mode rmode_;
intptr_t data_;
Code* host_;
// External-reference pointers are also split across instruction-pairs
// on some platforms, but are accessed via indirect pointers. This location
// provides a place for that pointer to exist naturally. Its address
// is returned by RelocInfo::target_reference_address().
Address reconstructed_adr_ptr_;
friend class RelocIterator;
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment