mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-09 20:12:21 +02:00
Removed unnecessary [Friend] attributes
This commit is contained in:
parent
99419097c5
commit
b89e036a6f
4 changed files with 5 additions and 5 deletions
|
@ -26,7 +26,7 @@ namespace System.Threading
|
|||
{
|
||||
static Object Thread_Alloc()
|
||||
{
|
||||
return Thread.[Friend]CreateEmptyThread();
|
||||
return Thread.CreateEmptyThread();
|
||||
}
|
||||
|
||||
static Object Thread_GetMainThread()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue