Skip to content

Commit 9cb6a6d

Browse files
committed
remove the unused
1 parent d995041 commit 9cb6a6d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

SubSonic/Infrastructure/Builders/DbSqlQueryBuilder/DbSqlQueryBuilderBuildMethods.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -546,10 +546,6 @@ private Expression BuildSelectWithWhere(MethodCallExpression expression)
546546
where = _unary;
547547
}
548548
}
549-
else if (argument is BinaryExpression binary)
550-
{
551-
throw new NotImplementedException();
552-
}
553549
}
554550

555551
return DbExpression.DbSelect(

0 commit comments

Comments
 (0)