aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.h')
-rw-r--r--src/main.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/main.h b/src/main.h
index 59a5f3c30..8a680451a 100644
--- a/src/main.h
+++ b/src/main.h
@@ -108,15 +108,6 @@ struct counter_data {
};
/**
- * Save point object for delayed filters processing
- */
-struct save_point {
- GList *entry; /**< pointer to saved metric */
- void *item; /**< pointer to saved item */
- guint saved; /**< how much time we have delayed processing */
-};
-
-/**
* Structure to point exception in text from processing
*/
struct process_exception {
@@ -235,7 +226,6 @@ struct worker_task {
GList *messages; /**< list of messages that would be reported */
GHashTable *re_cache; /**< cache for matched or not matched regexps */
struct config_file *cfg; /**< pointer to config object */
- struct save_point save; /**< save point for delayed processing */
gchar *last_error; /**< last error */
gint error_code; /**< code of last error */
memory_pool_t *task_pool; /**< memory pool for task */