From 3c5b35612c530830dd3eb3839cc973f8791c0f94 Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Thu, 10 Sep 2009 03:15:37 +0000 Subject: [PATCH] We're having an existential crisis. There are two exists() methods. --- src/java/com/samskivert/depot/Ops.java | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/java/com/samskivert/depot/Ops.java b/src/java/com/samskivert/depot/Ops.java index cea833f..61f1e53 100644 --- a/src/java/com/samskivert/depot/Ops.java +++ b/src/java/com/samskivert/depot/Ops.java @@ -103,14 +103,6 @@ public class Ops return new Exists(target); } - /** - * Creates an EXISTS expression with the supplied select clause. - */ - public static SQLExpression exists (SelectClause target) - { - return new Exists(target); - } - /** * Adds the supplied expressions together. */