remove mono conditionals that no longer seem to be necessary
This commit is contained in:
parent
ad5c172687
commit
b035a256b6
2 changed files with 0 additions and 17 deletions
|
|
@ -24,11 +24,7 @@ namespace Server.Accounting
|
|||
|
||||
public static ICollection<IAccount> GetAccounts()
|
||||
{
|
||||
#if !MONO
|
||||
return m_Accounts.Values;
|
||||
#else
|
||||
return new List<IAccount>( m_Accounts.Values );
|
||||
#endif
|
||||
}
|
||||
|
||||
public static IAccount GetAccount( string username )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue