mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2026-01-01 16:59:35 +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 ()
|
private static IEnumerable<EnumData> GetExtendedEnumTypes_FastIsDefinedFalse ()
|
||||||
{
|
{
|
||||||
_initializationLock.EnterUpgradeableReadLock ();
|
_initializationLock.EnterUpgradeableReadLock ();
|
||||||
|
|||||||
Reference in New Issue
Block a user