mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-05 15:49:11 +00:00
AK: Remove weird NonnullRefPtr(NonnullRefPtr&) constructor.
This commit is contained in:
parent
bee39d8524
commit
6534f5f083
Notes:
sideshowbarker
2024-07-19 13:20:05 +09:00
Author: https://github.com/awesomekling
Commit: 6534f5f083
1 changed files with 0 additions and 5 deletions
|
@ -58,11 +58,6 @@ public:
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
RETURN_TYPESTATE(unconsumed)
|
RETURN_TYPESTATE(unconsumed)
|
||||||
NonnullRefPtr(NonnullRefPtr& other)
|
|
||||||
: m_ptr(&other.copy_ref().leak_ref())
|
|
||||||
{
|
|
||||||
}
|
|
||||||
RETURN_TYPESTATE(unconsumed)
|
|
||||||
NonnullRefPtr(NonnullRefPtr&& other)
|
NonnullRefPtr(NonnullRefPtr&& other)
|
||||||
: m_ptr(&other.leak_ref())
|
: m_ptr(&other.leak_ref())
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue