Skip to content

Commit faf3d54

Browse files
committed
Cleanup
1 parent 727e638 commit faf3d54

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

presto-main-base/src/main/java/com/facebook/presto/operator/scalar/annotations/ScalarFromAnnotationsParser.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,9 +103,6 @@ private static List<ScalarHeaderAndMethods> findScalarsInFunctionSetClass(Class<
103103
private static SqlScalarFunction parseParametricScalar(ScalarHeaderAndMethods scalar, Optional<Constructor<?>> constructor)
104104
{
105105
ScalarImplementationHeader header = scalar.getHeader();
106-
if (header.getName().getObjectName().equals("custom_struct_with_passthrough")) {
107-
int here = 1;
108-
}
109106

110107
Map<SpecializedSignature, ParametricScalarImplementation.Builder> signatures = new HashMap<>();
111108
for (Method method : scalar.getMethods()) {

0 commit comments

Comments
 (0)