summaryrefslogtreecommitdiffstats
path: root/database/storage_engine.h
diff options
context:
space:
mode:
Diffstat (limited to 'database/storage_engine.h')
-rw-r--r--database/storage_engine.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/database/storage_engine.h b/database/storage_engine.h
deleted file mode 100644
index b7fb7383a..000000000
--- a/database/storage_engine.h
+++ /dev/null
@@ -1,12 +0,0 @@
-// SPDX-License-Identifier: GPL-3.0-or-later
-
-#ifndef NETDATA_STORAGEENGINEAPI_H
-#define NETDATA_STORAGEENGINEAPI_H
-
-#include "rrd.h"
-
-// Iterator over existing engines
-STORAGE_ENGINE* storage_engine_foreach_init();
-STORAGE_ENGINE* storage_engine_foreach_next(STORAGE_ENGINE* it);
-
-#endif