Skip to content

Commit

Permalink
Remove unnecessary changes
Browse files Browse the repository at this point in the history
  • Loading branch information
simonrozsival committed Dec 15, 2023
1 parent 2e6f0a5 commit b3213a2
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ public IEnumerable<Instruction> ConvertFromString(string value, ILContext contex
}
foreach (var instruction in node.PushXmlLineInfo(context))
yield return instruction; //lineinfo

yield return Create(Callvirt, currentModule.ImportMethodReference(context.Cache,
resourceDictionaryType,
methodName: "SetAndLoadSource",
Expand Down
1 change: 0 additions & 1 deletion src/Controls/src/Core/Xaml/IResourcesLoader.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#nullable disable
using System;
using System.Diagnostics.CodeAnalysis;
using System.IO;
using System.Reflection;
using System.Xml;
Expand Down
2 changes: 0 additions & 2 deletions src/Controls/src/Xaml/ResourcesLoader.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
using System;
using System.Diagnostics.CodeAnalysis;
using System.IO;
using System.Reflection;
using System.Xml;
Expand Down

0 comments on commit b3213a2

Please sign in to comment.