Update getLeastSupertype.h

This commit is contained in:
Yarik Briukhovetskyi 2024-08-10 00:09:50 +02:00 committed by GitHub
parent a3d8db6e1e
commit 384aedccae
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -54,5 +54,3 @@ DataTypePtr tryGetLeastSupertype(const TypeIndexSet & types);
static std::vector<int> interval_conversions = {1000, 1000, 1000, 60, 60, 24, 7, 4, 3, 4, 1};
}
}