summaryrefslogtreecommitdiff
path: root/src/tasks/tasks.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/tasks/tasks.hpp')
-rw-r--r--src/tasks/tasks.hpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/tasks/tasks.hpp b/src/tasks/tasks.hpp
index b87c7fa2..1b6a108f 100644
--- a/src/tasks/tasks.hpp
+++ b/src/tasks/tasks.hpp
@@ -39,9 +39,6 @@ enum class Type {
kDatabase,
// Task for internal database operations
kDatabaseBackground,
- // Task for interacting with NVS -- this needs to be done with an internal
- // stack.
- kNvsWriter,
};
template <Type t>