summaryrefslogtreecommitdiffstats
path: root/applypatch/include/applypatch/applypatch.h
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2017-12-09 18:27:39 +0100
committerGerrit Code Review <noreply-gerritcodereview@google.com>2017-12-09 18:27:39 +0100
commit9203e77e7d449e55e8eb4a112f6896beb408f5ac (patch)
treec8b805ff5e40ad81b108c2d26f34b693283c223b /applypatch/include/applypatch/applypatch.h
parentMerge "add sload.f2fs for recovery format" (diff)
parentapplypatch: Remove the 'st' field from FileContents. (diff)
downloadandroid_bootable_recovery-9203e77e7d449e55e8eb4a112f6896beb408f5ac.tar
android_bootable_recovery-9203e77e7d449e55e8eb4a112f6896beb408f5ac.tar.gz
android_bootable_recovery-9203e77e7d449e55e8eb4a112f6896beb408f5ac.tar.bz2
android_bootable_recovery-9203e77e7d449e55e8eb4a112f6896beb408f5ac.tar.lz
android_bootable_recovery-9203e77e7d449e55e8eb4a112f6896beb408f5ac.tar.xz
android_bootable_recovery-9203e77e7d449e55e8eb4a112f6896beb408f5ac.tar.zst
android_bootable_recovery-9203e77e7d449e55e8eb4a112f6896beb408f5ac.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,