summaryrefslogtreecommitdiff
path: root/src/offlinelogstorage/dlt_offline_logstorage.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/offlinelogstorage/dlt_offline_logstorage.h')
-rw-r--r--src/offlinelogstorage/dlt_offline_logstorage.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/offlinelogstorage/dlt_offline_logstorage.h b/src/offlinelogstorage/dlt_offline_logstorage.h
index d9465d2..1f7396d 100644
--- a/src/offlinelogstorage/dlt_offline_logstorage.h
+++ b/src/offlinelogstorage/dlt_offline_logstorage.h
@@ -210,11 +210,6 @@ typedef struct {
int is_opt; /* If configuration is optional or not */
} DltLogstorageGeneralConf;
-typedef enum {
- DLT_LOGSTORAGE_GENERAL_CONF_BLOCKMODE = 0,
- DLT_LOGSTORAGE_GENERAL_CONF_COUNT
-} DltLogstorageGeneralConfType;
-
typedef struct {
char *key; /* Configuration key */
int (*func)(DltLogStorageFilterConfig *config, char *value); /* conf handler */