Skip to content

Commit

Permalink
feat: delete unused class
Browse files Browse the repository at this point in the history
  • Loading branch information
KirillKurdyukov committed Nov 6, 2024
1 parent d39c250 commit 79ef587
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions table/src/main/java/tech/ydb/table/values/PrimitiveValue.java
Original file line number Diff line number Diff line change
Expand Up @@ -1396,17 +1396,4 @@ public ValueProtos.Value toPb() {
return ProtoValue.fromText(toString());
}
}

public class Date32 extends PrimitiveValue {

@Override
public PrimitiveType getType() {
return null;
}

@Override
public ValueProtos.Value toPb() {
return null;
}
}
}

0 comments on commit 79ef587

Please sign in to comment.