From 50e42d74c9b25e2ec4c6b9fd3434f431c0b5c3d9 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sun, 25 Feb 2024 04:45:17 +0100 Subject: rename path_search -> search --- src/path-search-node.hpp | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 src/path-search-node.hpp (limited to 'src/path-search-node.hpp') diff --git a/src/path-search-node.hpp b/src/path-search-node.hpp deleted file mode 100644 index ecad6a77..00000000 --- a/src/path-search-node.hpp +++ /dev/null @@ -1,24 +0,0 @@ -#pragma once -#include "compat/defs.hpp" -#include "path-search-result.hpp" -#include -#include - -namespace floormat { - -struct path_search_result::node -{ - friend struct path_search_result; - friend struct test_app; - - node() noexcept; - fm_DECLARE_DELETED_COPY_ASSIGNMENT(node); - fm_DECLARE_DEFAULT_MOVE_ASSIGNMENT_(node); - - std::vector vec; - -private: - Pointer _next; -}; - -} // namespace floormat -- cgit v1.2.3