Chromium Code Reviews| Index: source/libvpx/third_party/libmkv/EbmlBufferWriter.c |
| =================================================================== |
| --- source/libvpx/third_party/libmkv/EbmlBufferWriter.c (revision 251189) |
| +++ source/libvpx/third_party/libmkv/EbmlBufferWriter.c (working copy) |
| @@ -18,8 +18,6 @@ |
| static void _Serialize(EbmlGlobal *glob, const unsigned char *p, const unsigned char *q) { |
| while (q != p) { |
| --q; |
| - |
| - unsigned long cbWritten; |
| memcpy(&(glob->buf[glob->offset]), q, 1); |
| glob->offset++; |
| } |