Skip to content

Commit fea876b

Browse files
committed
delete:unuse configure field
1 parent 615c96c commit fea876b

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

XEngine_Source/StorageModule_Config/Config_Define.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,6 @@ typedef struct
124124
}XENGINE_STORAGEBUCKET;
125125
typedef struct
126126
{
127-
bool bDistributed;
128127
struct
129128
{
130129
int nUPLoadMode;

XEngine_Source/StorageModule_Config/Config_Json/Config_Json.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,6 @@ bool CConfig_Json::Config_Json_LoadBalance(LPCXSTR lpszConfigFile, XENGINE_LBCON
294294
Config_dwErrorCode = ERROR_XENGINE_BLOGIC_CONFIG_JSON_PARSE;
295295
return false;
296296
}
297-
pSt_ServerConfig->bDistributed = st_JsonRoot["bDistributed"].asInt();
298297

299298
if (st_JsonRoot["LBDistributed"].empty() || (3 != st_JsonRoot["LBDistributed"].size()))
300299
{

0 commit comments

Comments
 (0)