mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-20 19:45:12 +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: https://github.com/LadybirdBrowser/ladybird/commit/92f5183ced8 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",
|
||||
"Random.cpp",
|
||||
"Random.h",
|
||||
"RecursionDecision.h",
|
||||
"RedBlackTree.h",
|
||||
"RefCounted.h",
|
||||
"RefPtr.h",
|
||||
|
|
Loading…
Add table
Reference in a new issue