From 1e9c963e024f604e8edc80d930c629d67c56c350 Mon Sep 17 00:00:00 2001 From: kailixu Date: Wed, 31 Jan 2024 17:22:57 +0800 Subject: [PATCH] feat: support uniq grant --- source/dnode/mnode/impl/inc/mndDef.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/source/dnode/mnode/impl/inc/mndDef.h b/source/dnode/mnode/impl/inc/mndDef.h index fb768ebd72..bedd72759d 100644 --- a/source/dnode/mnode/impl/inc/mndDef.h +++ b/source/dnode/mnode/impl/inc/mndDef.h @@ -810,8 +810,6 @@ typedef struct { int64_t id : 24; }; }; - // uint16_t port; - // char fqdn[TSDB_FQDN_LEN]; char machine[TSDB_MACHINE_ID_LEN + 1]; } SGrantMachine;