Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit 085c485

Browse files
committed
Fix build
1 parent e868ea4 commit 085c485

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

src/GitHub.Api/ApplicationManagerBase.cs

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ abstract class ApplicationManagerBase : IApplicationManager
1111
protected static ILogging Logger { get; } = Logging.GetLogger<IApplicationManager>();
1212

1313
private IEnvironment environment;
14-
private AppConfiguration appConfiguration;
1514
private RepositoryManager repositoryManager;
1615

1716
public ApplicationManagerBase(SynchronizationContext synchronizationContext)
@@ -190,14 +189,6 @@ public void Dispose()
190189
Dispose(true);
191190
}
192191

193-
public AppConfiguration AppConfiguration
194-
{
195-
get
196-
{
197-
return appConfiguration ?? (appConfiguration = new AppConfiguration());
198-
}
199-
}
200-
201192
public IEnvironment Environment
202193
{
203194
get

0 commit comments

Comments
 (0)