Codebase list mozc / 1c7bfa8
Remove an unused member field This is jsut a removal of dead code. No behavior change is intended. BUG=none TEST=none git-svn-id: https://mozc.googlecode.com/svn/trunk@499 a6090854-d499-a067-5803-1114d4e51264 Yohei Yukawa 9 years ago
2 changed file(s) with 2 addition(s) and 4 deletion(s). Raw diff Collapse all Expand all
7373 uint32 max_retry_;
7474 pp::CompletionCallbackFactory<Impl> callback_factory_;
7575 Mutex mutex_;
76 bool shut_down_;
7776 DISALLOW_COPY_AND_ASSIGN(Impl);
7877 };
7978
9190 random_delay_(0),
9291 retry_interval_(0),
9392 retry_backoff_count_(0),
94 max_retry_(0),
95 shut_down_(false) {
93 max_retry_(0) {
9694 callback_factory_.Initialize(this);
9795 }
9896
00 MAJOR=2
11 MINOR=16
2 BUILD=2025
2 BUILD=2026
33 REVISION=102
44 # NACL_DICTIONARY_VERSION is the target version of the system dictionary to be
55 # downloaded by NaCl Mozc.