You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by sp...@apache.org on 2018/07/30 19:51:45 UTC

tinkerpop git commit: TINKERPOP-1967 Regenerated for weirdness with with() in .NET

Repository: tinkerpop
Updated Branches:
  refs/heads/TINKERPOP-1967 ef46fab75 -> b9f112bb7


TINKERPOP-1967 Regenerated for weirdness with with() in .NET


Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo
Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/b9f112bb
Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/b9f112bb
Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/b9f112bb

Branch: refs/heads/TINKERPOP-1967
Commit: b9f112bb79c1a22909d7d72a1a043b272fff6e3f
Parents: ef46fab
Author: Stephen Mallette <sp...@genoprime.com>
Authored: Mon Jul 30 15:51:13 2018 -0400
Committer: Stephen Mallette <sp...@genoprime.com>
Committed: Mon Jul 30 15:51:13 2018 -0400

----------------------------------------------------------------------
 .../src/Gremlin.Net/Process/Traversal/GraphTraversal.cs     | 9 ---------
 1 file changed, 9 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/b9f112bb/gremlin-dotnet/src/Gremlin.Net/Process/Traversal/GraphTraversal.cs
----------------------------------------------------------------------
diff --git a/gremlin-dotnet/src/Gremlin.Net/Process/Traversal/GraphTraversal.cs b/gremlin-dotnet/src/Gremlin.Net/Process/Traversal/GraphTraversal.cs
index eaf0f72..6ee357f 100644
--- a/gremlin-dotnet/src/Gremlin.Net/Process/Traversal/GraphTraversal.cs
+++ b/gremlin-dotnet/src/Gremlin.Net/Process/Traversal/GraphTraversal.cs
@@ -1712,14 +1712,5 @@ namespace Gremlin.Net.Process.Traversal
             return Wrap<S, E>(this);
         }
 
-        /// <summary>
-        ///     Adds the with step to this <see cref="GraphTraversal{SType, EType}" />.
-        /// </summary>
-        public GraphTraversal<S, E> With (string key, object value)
-        {
-            Bytecode.AddStep("with", key, value);
-            return Wrap<S, E>(this);
-        }
-
     }
 }
\ No newline at end of file