AK+Meta: Remove unused class RecursionDecision

This commit is contained in:
rmg-x 2025-04-07 19:21:04 -05:00 committed by Jelle Raaijmakers
parent fcf3abd19c
commit 92f5183ced
Notes: github-actions[bot] 2025-04-08 07:14:38 +00:00
2 changed files with 0 additions and 24 deletions

View file

@ -1,23 +0,0 @@
/*
* Copyright (c) 2021, sin-ack <sin-ack@protonmail.com>
*
* SPDX-License-Identifier: BSD-2-Clause
*/
#pragma once
#include <AK/Platform.h>
namespace AK {
enum class RecursionDecision {
Recurse,
Continue,
Break,
};
}
#if USING_AK_GLOBALLY
using AK::RecursionDecision;
#endif

View file

@ -138,7 +138,6 @@ shared_library("AK") {
"QuickSort.h",
"Random.cpp",
"Random.h",
"RecursionDecision.h",
"RedBlackTree.h",
"RefCounted.h",
"RefPtr.h",