Skip to content

Commit

Permalink
remove now-unneeded "#nullable enable"
Browse files Browse the repository at this point in the history
  • Loading branch information
gbirchmeier committed Sep 27, 2024
1 parent 67ed85c commit bc570a2
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 14 deletions.
3 changes: 0 additions & 3 deletions UnitTests/DataDictionary_ValidateTests.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
#nullable enable

using System;
using NUnit.Framework;
using QuickFix;
using QuickFix.DataDictionary;
Expand Down
4 changes: 1 addition & 3 deletions UnitTests/Logger/FileLogTests.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
#nullable enable

using System.IO;
using System.IO;
using NUnit.Framework;
using QuickFix.Logger;

Expand Down
4 changes: 1 addition & 3 deletions UnitTests/SessionTest.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
#nullable enable

using System;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text.RegularExpressions;
Expand Down
1 change: 0 additions & 1 deletion UnitTests/SessionTestSupport/MockApplication.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#nullable enable
using System;

namespace UnitTests.SessionTestSupport;
Expand Down
1 change: 0 additions & 1 deletion UnitTests/SessionTestSupport/MockApplicationExt.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#nullable enable
using System.Collections.Generic;

namespace UnitTests.SessionTestSupport;
Expand Down
1 change: 0 additions & 1 deletion UnitTests/SessionTestSupport/MockResponder.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#nullable enable
using System;
using System.Collections.Generic;

Expand Down
3 changes: 1 addition & 2 deletions UnitTests/SettingsDictionaryTests.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#nullable enable
using System;
using System;
using NUnit.Framework;
using QuickFix;

Expand Down

0 comments on commit bc570a2

Please sign in to comment.