Skip to content

Commit

Permalink
DB-10910 Remove unused UpdateNoOpPredicateFunction class (#4720)
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaud-lacurie committed Dec 2, 2020
1 parent bc5a8bf commit c30c528
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 63 deletions.
Expand Up @@ -651,7 +651,6 @@ public BitSet read(Kryo kryo, Input input, Class<BitSet> type) {
instance.register(TableScanTupleMapFunction.class,EXTERNALIZABLE_SERIALIZER);
instance.register(TableScanPredicateFunction.class,EXTERNALIZABLE_SERIALIZER);

instance.register(UpdateNoOpPredicateFunction.class,EXTERNALIZABLE_SERIALIZER);
instance.register(WindowFinisherFunction.class,EXTERNALIZABLE_SERIALIZER);
instance.register(IndexRowReaderBuilder.class, EXTERNALIZABLE_SERIALIZER);
instance.register(StandardException.class, new Serializer<StandardException>() {
Expand Down

This file was deleted.

0 comments on commit c30c528

Please sign in to comment.