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:
Diffstat (limited to 'src/libs/zbxdbupgrade/dbupgrade_3010.c')
-rw-r--r--src/libs/zbxdbupgrade/dbupgrade_3010.c20
1 files changed, 0 insertions, 20 deletions
diff --git a/src/libs/zbxdbupgrade/dbupgrade_3010.c b/src/libs/zbxdbupgrade/dbupgrade_3010.c
index 52107c91e78..6d6ef2e23f7 100644
--- a/src/libs/zbxdbupgrade/dbupgrade_3010.c
+++ b/src/libs/zbxdbupgrade/dbupgrade_3010.c
@@ -242,8 +242,6 @@ static int DBpatch_3010021_trigger_events_compare_func(const void *d1, const voi
/******************************************************************************
* *
- * Function: DBpatch_3010021_update_event_recovery *
- * *
* Purpose: set events.r_eventid field with corresponding recovery event id *
* *
* Parameters: events - [IN/OUT] unrecovered events indexed by triggerid *
@@ -446,8 +444,6 @@ out:
/******************************************************************************
* *
- * Function: DBpatch_3010024_validate_action *
- * *
* Purpose: checks if the action must be disabled or its operations converted *
* to recovery operations *
* *
@@ -676,8 +672,6 @@ static int DBpatch_3010025(void)
/******************************************************************************
* *
- * Function: DBpatch_3010026_get_conditionids *
- * *
* Purpose: get success condition identifiers *
* *
* Parameters: actionid - [IN] the action identifier *
@@ -757,8 +751,6 @@ static void DBpatch_3010026_get_conditionids(zbx_uint64_t actionid, const char *
/******************************************************************************
* *
- * Function: DBpatch_3010026_expression_skip_whitespace *
- * *
* Purpose: skips whitespace characters *
* *
* Parameters: expression - [IN] the expression to process *
@@ -777,8 +769,6 @@ static size_t DBpatch_3010026_expression_skip_whitespace(const char *expression,
/******************************************************************************
* *
- * Function: DBpatch_3010026_expression_get_token *
- * *
* Purpose: gets the next expression token starting with offset *
* *
* Parameters: expression - [IN] the expression to process *
@@ -841,8 +831,6 @@ static int DBpatch_3010026_expression_get_token(const char *expression, int offs
/******************************************************************************
* *
- * Function: DBpatch_3010026_expression_validate_value *
- * *
* Purpose: checks if the value does not match any filter value *
* *
* Parameters: expression - [IN] the expression to process *
@@ -869,8 +857,6 @@ static int DBpatch_3010026_expression_validate_value(const char *expression, zbx
/******************************************************************************
* *
- * Function: DBpatch_3010026_expression_cut_substring *
- * *
* Purpose: cuts substring from the expression *
* *
* Parameters: expression - [IN] the expression to process *
@@ -885,8 +871,6 @@ static void DBpatch_3010026_expression_cut_substring(char *expression, zbx_strlo
/******************************************************************************
* *
- * Function: DBpatch_3010026_expression_move_location *
- * *
* Purpose: location by the specified offset *
* *
* Parameters: location - [IN] the location to adjust *
@@ -901,8 +885,6 @@ static void DBpatch_3010026_expression_move_location(zbx_strloc_t *location, int
/******************************************************************************
* *
- * Function: DBpatch_3010026_expression_remove_values_impl *
- * *
* Purpose: removes values specified in filter from the location *
* *
* Parameters: expression - [IN] the expression to process *
@@ -1014,8 +996,6 @@ static int DBpatch_3010026_expression_remove_values_impl(char *expression, zbx_s
/******************************************************************************
* *
- * Function: DBpatch_3010026_expression_remove_values *
- * *
* Purpose: removes values specified in filter from the location *
* *
* Parameters: expression - [IN] the expression to process *