mirror of
https://github.com/google/brotli.git
synced 2026-07-08 17:56:58 +00:00
[PR #737] [CLOSED] Remove unnecessary var init #1373
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/google/brotli/pull/737
Author: @daisuke-t-jp
Created: 12/27/2018
Status: ❌ Closed
Base:
master← Head:dev📝 Commits (8)
66f42c4Remove unnecessary var init5b49dd6Remove unnecessary var init8109882Fix [PR #130] [MERGED] fix brotli decoder MSVC compilation error (#741)9cd01c0Update WORKSPACE files. (#742)4b2b2d4Update (#749)17d797fRemove unnecessary var init30c59e6Remove unnecessary var init891497dMerge branch 'dev' of https://github.com/daisuke-t-jp/brotli into dev📊 Changes
64 files changed (+4882 additions, -2701 deletions)
View changed files
📝
BUILD(+3 -5)📝
README(+1 -1)📝
README.md(+1 -1)📝
c/common/constants.h(+120 -0)📝
c/common/platform.h(+2 -2)📝
c/common/transform.c(+2 -2)📝
c/dec/bit_reader.c(+17 -0)📝
c/dec/bit_reader.h(+51 -4)📝
c/dec/decode.c(+343 -245)📝
c/dec/huffman.h(+6 -5)📝
c/dec/state.c(+6 -13)📝
c/dec/state.h(+144 -37)📝
c/enc/backward_references.c(+8 -7)📝
c/enc/backward_references.h(+3 -2)📝
c/enc/backward_references_hq.c(+42 -27)📝
c/enc/backward_references_hq.h(+7 -6)📝
c/enc/backward_references_inc.h(+23 -15)📝
c/enc/brotli_bit_stream.c(+6 -8)📝
c/enc/dictionary_hash.c(+1826 -1100)📝
c/enc/dictionary_hash.h(+2 -1)...and 44 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.