mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2025-01-31 11:19:13 +00:00
Remove IArguments.releaseImmediate
Was deprecated pre-1.19, just forgot to remove it as part of the update.
This commit is contained in:
parent
92c613a7a2
commit
e906f3ebc3
@ -443,16 +443,4 @@ public interface IArguments
|
|||||||
{
|
{
|
||||||
return optTable( index ).orElse( def );
|
return optTable( index ).orElse( def );
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* This is called when the current function finishes, before any main thread tasks have run.
|
|
||||||
*
|
|
||||||
* Called when the current function returns, and so some values are no longer guaranteed to be safe to access.
|
|
||||||
*
|
|
||||||
* @deprecated This method was an internal implementation detail and is no longer used.
|
|
||||||
*/
|
|
||||||
@Deprecated
|
|
||||||
default void releaseImmediate()
|
|
||||||
{
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user