summaryrefslogtreecommitdiff
path: root/src/system_fsm/service_locator.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/system_fsm/service_locator.cpp')
-rw-r--r--src/system_fsm/service_locator.cpp19
1 files changed, 0 insertions, 19 deletions
diff --git a/src/system_fsm/service_locator.cpp b/src/system_fsm/service_locator.cpp
deleted file mode 100644
index d8dcf44a..00000000
--- a/src/system_fsm/service_locator.cpp
+++ /dev/null
@@ -1,19 +0,0 @@
-/*
- * Copyright 2023 jacqueline <me@jacqueline.id.au>
- *
- * SPDX-License-Identifier: GPL-3.0-only
- */
-
-#include "service_locator.hpp"
-
-#include <memory>
-
-#include "nvs.hpp"
-#include "storage.hpp"
-#include "touchwheel.hpp"
-
-namespace system_fsm {
-
-ServiceLocator::ServiceLocator() : sd_(drivers::SdState::kNotPresent) {}
-
-} // namespace system_fsm