mirror of
https://github.com/tiennm99/zfoo.git
synced 2026-05-19 15:27:45 +00:00
perf[storage]: remove unused code
This commit is contained in:
@@ -24,7 +24,7 @@ import java.util.*;
|
||||
*/
|
||||
public class StorageInt<K, V> extends Storage<K, V> {
|
||||
|
||||
private IntObjectHashMap<V> dataMap = new IntObjectHashMap<V>();
|
||||
private IntObjectHashMap<V> dataMap;
|
||||
|
||||
public StorageInt(Storage<K, V> storage) {
|
||||
this.dataMap = new IntObjectHashMap<V>(storage.size());
|
||||
|
||||
Reference in New Issue
Block a user