Skip to content

Commit 79ef587

Browse files
feat: delete unused class
1 parent d39c250 commit 79ef587

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

table/src/main/java/tech/ydb/table/values/PrimitiveValue.java

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1396,17 +1396,4 @@ public ValueProtos.Value toPb() {
13961396
return ProtoValue.fromText(toString());
13971397
}
13981398
}
1399-
1400-
public class Date32 extends PrimitiveValue {
1401-
1402-
@Override
1403-
public PrimitiveType getType() {
1404-
return null;
1405-
}
1406-
1407-
@Override
1408-
public ValueProtos.Value toPb() {
1409-
return null;
1410-
}
1411-
}
14121399
}

0 commit comments

Comments
 (0)