From bce8affe163c5900eb8a8f442b2072d59e0dc306 Mon Sep 17 00:00:00 2001 From: Shannon Date: Thu, 9 Jul 2015 15:19:47 +0200 Subject: [PATCH] removes unused method --- src/Umbraco.Core/ApplicationContext.cs | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/Umbraco.Core/ApplicationContext.cs b/src/Umbraco.Core/ApplicationContext.cs index 0201a03708..0f160d5c83 100644 --- a/src/Umbraco.Core/ApplicationContext.cs +++ b/src/Umbraco.Core/ApplicationContext.cs @@ -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)