Skip to content

Commit ba8569f

Browse files
authored
fix msvc build (#5065)
1 parent 9c8fe00 commit ba8569f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ydb/library/yql/minikql/datetime/datetime.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ struct TTMStorage {
2121
unsigned int Second : 6;
2222
unsigned int Microsecond : 20;
2323
unsigned int TimezoneId : 16;
24-
ui8 Reserved[2];
2524

2625
TTMStorage() {
2726
Zero(*this);

0 commit comments

Comments
 (0)