Remove some code

This commit is contained in:
Alexey Milovidov 2024-01-13 23:53:24 +01:00
parent d46ee32e06
commit d4db3dbc69

View File

@ -28,16 +28,10 @@ namespace DB
using UUID = StrongTypedef<UInt128, struct UUIDTag>;
struct IPv4;
struct IPv6;
struct Null;
using UInt128 = ::UInt128;
using UInt256 = ::UInt256;
using Int128 = ::Int128;
using Int256 = ::Int256;
enum class TypeIndex;
/// Not a data type in database, defined just for convenience.