Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndris Zeila <andris.zeila@zabbix.com>2017-01-18 14:45:34 +0300
committerAndris Zeila <andris.zeila@zabbix.com>2017-01-18 14:45:34 +0300
commit56a419d4d8cb0da2f348ff012d65f206b0a8db9b (patch)
tree46a88ad82d6f7aa99fab92da07c189df408478e7 /include/zbxtasks.h
parent16d20a352f3fd0b256166b5c11df8e992ffe12ef (diff)
.......PS. [ZBXNEXT-936] removed unused defines
Diffstat (limited to 'include/zbxtasks.h')
-rw-r--r--include/zbxtasks.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/zbxtasks.h b/include/zbxtasks.h
index d6c3947773c..68101e2c39d 100644
--- a/include/zbxtasks.h
+++ b/include/zbxtasks.h
@@ -36,9 +36,6 @@
/* task manager task states */
#define ZBX_TM_STATUS_NEW 1
#define ZBX_TM_STATUS_INPROGRESS 2
-#define ZBX_TM_STATUS_DONE 3
-#define ZBX_TM_STATUS_EXPIRED 4
-
typedef struct
{