diff options
Diffstat (limited to 'runtime/image.h')
-rw-r--r-- | runtime/image.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/runtime/image.h b/runtime/image.h index 159a308fb3..3844186a9b 100644 --- a/runtime/image.h +++ b/runtime/image.h @@ -179,10 +179,6 @@ class PACKED(4) ImageHeader { return patch_delta_; } - void SetPatchDelta(off_t patch_delta) { - patch_delta_ = patch_delta; - } - static std::string GetOatLocationFromImageLocation(const std::string& image) { return GetLocationFromImageLocation(image, "oat"); } |