mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-17 07:50:04 +00:00
AK+Meta: Remove unused class RecursionDecision
This commit is contained in:
parent
884c98ef4b
commit
d5df395bef
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