Skip to content

Commit 986ad6e

Browse files
authored
Merge pull request #9120 from NuGet/dg-removeprivatevar
Remove unused field from ConfigurationService
2 parents 6f8d5a2 + d0757d3 commit 986ad6e

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/NuGetGallery.Services/Configuration/ConfigurationService.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ public class ConfigurationService : IGalleryConfigurationService, IConfiguration
2424
protected const string ServiceBusPrefix = "AzureServiceBus.";
2525
protected const string PackageDeletePrefix = "PackageDelete.";
2626

27-
private bool _notInCloudService;
2827
private readonly Lazy<string> _httpSiteRootThunk;
2928
private readonly Lazy<string> _httpsSiteRootThunk;
3029
private readonly Lazy<IAppConfiguration> _lazyAppConfiguration;

0 commit comments

Comments
 (0)