epugh commented on code in PR #4669:
URL: https://github.com/apache/solr/pull/4669#discussion_r3667682396


##########
solr/solrj/src/java/org/apache/solr/common/ConditionalKeyMapWriter.java:
##########
@@ -80,8 +79,4 @@ public EntryWriter put(CharSequence k, boolean v) throws 
IOException {
   public void writeMap(EntryWriter ew) throws IOException {
     if (delegate != null) delegate.writeMap(new EntryWriterWrapper(ew, 
predicate));
   }
-
-  public static Predicate<CharSequence> dedupeKeyPredicate(Set<CharSequence> 
keys) {
-    return (k) -> keys.add(k);
-  }
 }

Review Comment:
   likewise, is this really called by anyone?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to