summaryrefslogtreecommitdiffstats
path: root/applypatch/include/applypatch/applypatch.h
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2017-12-09 18:33:01 +0100
committerandroid-build-merger <android-build-merger@google.com>2017-12-09 18:33:01 +0100
commit710712f23559bd5cc987c1e4f59fc9e8205e4a02 (patch)
treec8b805ff5e40ad81b108c2d26f34b693283c223b /applypatch/include/applypatch/applypatch.h
parentMerge "add sload.f2fs for recovery format" (diff)
parentMerge "applypatch: Remove the 'st' field from FileContents." (diff)
downloadandroid_bootable_recovery-710712f23559bd5cc987c1e4f59fc9e8205e4a02.tar
android_bootable_recovery-710712f23559bd5cc987c1e4f59fc9e8205e4a02.tar.gz
android_bootable_recovery-710712f23559bd5cc987c1e4f59fc9e8205e4a02.tar.bz2
android_bootable_recovery-710712f23559bd5cc987c1e4f59fc9e8205e4a02.tar.lz
android_bootable_recovery-710712f23559bd5cc987c1e4f59fc9e8205e4a02.tar.xz
android_bootable_recovery-710712f23559bd5cc987c1e4f59fc9e8205e4a02.tar.zst
android_bootable_recovery-710712f23559bd5cc987c1e4f59fc9e8205e4a02.zip
Diffstat (limited to 'applypatch/include/applypatch/applypatch.h')
-rw-r--r--applypatch/include/applypatch/applypatch.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/applypatch/include/applypatch/applypatch.h b/applypatch/include/applypatch/applypatch.h
index 6d7ffd78c..c8ad91505 100644
--- a/applypatch/include/applypatch/applypatch.h
+++ b/applypatch/include/applypatch/applypatch.h
@@ -18,7 +18,6 @@
#define _APPLYPATCH_H
#include <stdint.h>
-#include <sys/stat.h>
#include <functional>
#include <memory>
@@ -33,7 +32,6 @@ struct Value;
struct FileContents {
uint8_t sha1[SHA_DIGEST_LENGTH];
std::vector<unsigned char> data;
- struct stat st;
};
// When there isn't enough room on the target filesystem to hold the patched version of the file,