summaryrefslogtreecommitdiffstats
path: root/courgette
diff options
context:
space:
mode:
authorhalyavin <halyavin@chromium.org>2015-03-24 01:24:51 -0700
committerCommit bot <commit-bot@chromium.org>2015-03-24 08:25:38 +0000
commit593d299bb01a4649657c01d0e363eae83103f2c4 (patch)
treeebd69665f5f40cfba07e601d6fc933ece5865a70 /courgette
parent4721fe97dc6683f81347bd74efb4d98c8fbdb9c5 (diff)
downloadchromium_src-593d299bb01a4649657c01d0e363eae83103f2c4.zip
chromium_src-593d299bb01a4649657c01d0e363eae83103f2c4.tar.gz
chromium_src-593d299bb01a4649657c01d0e363eae83103f2c4.tar.bz2
Remove misleading comment.
This comment was left behind when corresponding code was removed in https://codereview.chromium.org/6597038 (rev fbd31eb8). TEST= none BUG= none Review URL: https://codereview.chromium.org/1025523002 Cr-Commit-Position: refs/heads/master@{#321954}
Diffstat (limited to 'courgette')
-rw-r--r--courgette/ensemble_apply.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/courgette/ensemble_apply.cc b/courgette/ensemble_apply.cc
index 9d5ab81..121fae8 100644
--- a/courgette/ensemble_apply.cc
+++ b/courgette/ensemble_apply.cc
@@ -381,8 +381,6 @@ Status ApplyEnsemblePatch(SourceStream* base,
Status ApplyEnsemblePatch(const base::FilePath::CharType* old_file_name,
const base::FilePath::CharType* patch_file_name,
const base::FilePath::CharType* new_file_name) {
- // First read enough of the patch file to validate the header is well-formed.
- // A few varint32 numbers should fit in 100.
base::FilePath patch_file_path(patch_file_name);
base::MemoryMappedFile patch_file;
if (!patch_file.Initialize(patch_file_path))