ryn5 commented on code in PR #2377:
URL: https://github.com/apache/tinkerpop/pull/2377#discussion_r1433130575


##########
gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/traversal/dsl/graph/__.java:
##########
@@ -806,6 +805,13 @@ public static <A> GraphTraversal<A, Set<?>> 
difference(final Object values) {
         return __.<A>start().difference(values);
     }
 
+    /**
+     * @see GraphTraversal#discard()
+     */
+    public static <A> GraphTraversal<A, A> discard() {

Review Comment:
   This was originally added to pass a test that looks for steps being 
implemented in GraphTraversal, but after looking into it again it seems it 
should just be ignored as none() was previously, so I'll be adding "discard" as 
an ignore case and removing this function.



-- 
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]

Reply via email to