mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-27 08:17:53 +01:00
Remove unused method
This commit is contained in:
@@ -155,25 +155,6 @@ public class EnumExtensionMethodsIncrementalGeneratorTests
|
||||
}
|
||||
}
|
||||
|
||||
private static IEnumerable<Type> GetBoringEnumTypes ()
|
||||
{
|
||||
_initializationLock.EnterUpgradeableReadLock ();
|
||||
|
||||
try
|
||||
{
|
||||
if (!_isInitialized)
|
||||
{
|
||||
Initialize ();
|
||||
}
|
||||
|
||||
return _boringEnumTypes;
|
||||
}
|
||||
finally
|
||||
{
|
||||
_initializationLock.ExitUpgradeableReadLock ();
|
||||
}
|
||||
}
|
||||
|
||||
private static IEnumerable<EnumData> GetExtendedEnumTypes_FastIsDefinedFalse ()
|
||||
{
|
||||
_initializationLock.EnterUpgradeableReadLock ();
|
||||
|
||||
Reference in New Issue
Block a user