| Index: courgette/courgette.h
|
| diff --git a/courgette/courgette.h b/courgette/courgette.h
|
| index a58f16d346938532b74d5fff5dab1d8644eb47bd..2cd4cd7553a21be6c9fb96b4a27c922649819776 100644
|
| --- a/courgette/courgette.h
|
| +++ b/courgette/courgette.h
|
| @@ -77,7 +77,6 @@ Status ApplyEnsemblePatch(SourceStream* old, SourceStream* patch,
|
| // Returns C_OK unless something went wrong.
|
| // This function first validates that the patch file has a proper header, so the
|
| // function can be used to 'try' a patch.
|
| -
|
| Status ApplyEnsemblePatch(const FilePath::CharType* old_file_name,
|
| const FilePath::CharType* patch_file_name,
|
| const FilePath::CharType* new_file_name);
|
| @@ -112,7 +111,6 @@ Status ParseDetectedExecutable(const void* buffer, size_t length,
|
| // sets |*output| to NULL
|
| Status Encode(AssemblyProgram* program, EncodedProgram** output);
|
|
|
| -
|
| // Serializes |encoded| into the stream set.
|
| // Returns C_OK if succeeded, otherwise returns an error status.
|
| Status WriteEncodedProgram(EncodedProgram* encoded, SinkStreamSet* sink);
|
|
|