From 5c912c70e9333298ff48f7ea15424f72ca977b99 Mon Sep 17 00:00:00 2001 From: Fu Juntang <StrongTiger_001@163.com> Date: 星期五, 17 九月 2021 09:43:55 +0800 Subject: [PATCH] Add the heartbeat logic feature. --- src/proc_def.h | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/src/proc_def.h b/src/proc_def.h index 2b3f57b..1251617 100644 --- a/src/proc_def.h +++ b/src/proc_def.h @@ -67,7 +67,6 @@ } #endif -#define INT_STR 0x01 #define SVR_STR 0x02 #endif //end of file -- Gitblit v1.8.0