removes unused method

This commit is contained in:
Shannon
2015-07-09 15:19:47 +02:00
parent 4bbd8097a2
commit bce8affe16

View File

@@ -228,12 +228,6 @@ namespace Umbraco.Core
}
}
private void AssertIsReady()
{
if (!this.IsReady)
throw new Exception("ApplicationContext is not ready yet.");
}
private void AssertIsNotReady()
{
if (this.IsReady)