Skip to content

Commit

Permalink
Remove unused field
Browse files Browse the repository at this point in the history
  • Loading branch information
gartens committed Dec 20, 2024
1 parent b2dae27 commit 63fb569
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@
import io.activej.serializer.SerializerFactory;
import io.activej.serializer.def.SimpleSerializerDef;
import java.nio.charset.Charset;
import java.util.HashMap;
import java.util.Map;
import java.util.concurrent.atomic.AtomicLong;
import org.polypheny.db.catalog.exceptions.GenericRuntimeException;
import org.polypheny.db.config.RuntimeConfig;
Expand All @@ -47,7 +45,6 @@ static <C extends Class<T>, T> BinarySerializer<T> buildSerializer( C clazz ) {
.create( CLASS_LOADER, clazz );
}

Map<Class<?>, BinarySerializer<?>> cache = new HashMap<>();
int BUFFER_SIZE = RuntimeConfig.SERIALIZATION_BUFFER_SIZE.getInteger();
Charset CHARSET = Util.getDefaultCharset();

Expand Down

0 comments on commit 63fb569

Please sign in to comment.