Chromium Code Reviews| Index: third_party/lzma_sdk/LzmaEnc.c |
| diff --git a/third_party/lzma_sdk/LzmaEnc.c b/third_party/lzma_sdk/LzmaEnc.c |
| index cf131388a448f23cd50f27d7d75d0693de41839b..17d7f3892abbdbbe5e15e17cfb7c59fc55f92f80 100644 |
| --- a/third_party/lzma_sdk/LzmaEnc.c |
| +++ b/third_party/lzma_sdk/LzmaEnc.c |
| @@ -2077,8 +2077,6 @@ void LzmaEnc_Finish(CLzmaEncHandle pp) |
| CLzmaEnc *p = (CLzmaEnc *)pp; |
| if (p->mtMode) |
| MatchFinderMt_ReleaseStream(&p->matchFinderMt); |
| - #else |
| - pp = pp; |
|
Nico
2015/06/29 23:51:02
likewise, (void)pp
|
| #endif |
| } |