mirror of
https://github.com/openjdk/jdk.git
synced 2026-01-28 03:58:21 +00:00
Remove uninitialized local variable
This commit is contained in:
parent
80bfe60da4
commit
a3f06cdc51
@ -714,7 +714,6 @@ public class ZipFile implements ZipConstants, Closeable {
|
||||
* a new one.
|
||||
*/
|
||||
Inflater getInflater() {
|
||||
Inflater inf;
|
||||
synchronized (inflaterCache) {
|
||||
if (!inflaterCache.isEmpty()) {
|
||||
return inflaterCache.removeLast();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user