mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-08 09:09:43 +00:00
AK+Meta: Remove unused class RecursionDecision
This commit is contained in:
parent
fcf3abd19c
commit
92f5183ced
Notes:
github-actions[bot]
2025-04-08 07:14:38 +00:00
Author: https://github.com/rmg-x
Commit: 92f5183ced
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/4277
Reviewed-by: https://github.com/gmta ✅
2 changed files with 0 additions and 24 deletions
|
@ -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
|
|
|
@ -138,7 +138,6 @@ shared_library("AK") {
|
||||||
"QuickSort.h",
|
"QuickSort.h",
|
||||||
"Random.cpp",
|
"Random.cpp",
|
||||||
"Random.h",
|
"Random.h",
|
||||||
"RecursionDecision.h",
|
|
||||||
"RedBlackTree.h",
|
"RedBlackTree.h",
|
||||||
"RefCounted.h",
|
"RefCounted.h",
|
||||||
"RefPtr.h",
|
"RefPtr.h",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue