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