Skip to content

Commit

Permalink
EHD-1384: Minimise use of Obfuscator: Remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesgriff committed Oct 23, 2024
1 parent 9ccf202 commit 9504899
Show file tree
Hide file tree
Showing 8 changed files with 2 additions and 42 deletions.
1 change: 0 additions & 1 deletion GenderPayGap.Core/Global.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
using System.Collections.Generic;
using System.Linq;
using Autofac;
using GenderPayGap.Core.Models;
using GenderPayGap.Extensions;
using GenderPayGap.Extensions.AspNetCore;
using Newtonsoft.Json;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
using System;
using System.Collections.Generic;
using System.Linq;
using GenderPayGap.Core;
using GenderPayGap.Core.Models;
using GenderPayGap.Extensions;

namespace GenderPayGap.Database
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ namespace GenderPayGap.BusinessLogic.Tests.ScopeBusinessLogic

[TestFixture]
[SetCulture("en-GB")]
public class FillMissingScopesTests : BaseBusinessLogicTests
public class FillMissingScopesTests
{

[SetUp]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ namespace GenderPayGap.BusinessLogic.Tests.ScopeBusinessLogic

[TestFixture]
[SetCulture("en-GB")]
public class FindOrgsWhereScopeNotSetTests : BaseBusinessLogicTests
public class FindOrgsWhereScopeNotSetTests
{

[SetUp]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
using GenderPayGap.Core;
using GenderPayGap.Core.Classes.Logger;
using GenderPayGap.Core.Interfaces;
using GenderPayGap.Core.Models;
using GenderPayGap.Database;
using GenderPayGap.Extensions;
using GenderPayGap.Extensions.AspNetCore;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
using Amazon.Runtime;
using Amazon.S3;
using Amazon.S3.Model;
using GenderPayGap.Core.Models;
using GenderPayGap.Extensions;

namespace GenderPayGap.WebUI.ExternalServices.FileRepositories
Expand Down
1 change: 0 additions & 1 deletion GenderPayGap.WebUI/Startup.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
using GenderPayGap.Core.Classes;
using GenderPayGap.Core.Classes.Logger;
using GenderPayGap.Core.Interfaces;
using GenderPayGap.Core.Models;
using GenderPayGap.Database;
using GenderPayGap.Extensions.AspNetCore;
using GenderPayGap.WebUI.BackgroundJobs;
Expand Down

0 comments on commit 9504899

Please sign in to comment.