Skip to content

Commit

Permalink
Remove unused namespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
robmen committed Jan 3, 2023
1 parent 04735ff commit 951e4d5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion src/xsd4/util.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -1115,7 +1115,6 @@
<xs:appinfo>
<xse:parent namespace="http://wixtoolset.org/schemas/v4/wxs" ref="CreateFolder" />
<xse:parent namespace="http://wixtoolset.org/schemas/v4/wxs" ref="File" />
<xse:parent namespace="http://wixtoolset.org/schemas/v4/wxs" ref="Registry" />
<xse:parent namespace="http://wixtoolset.org/schemas/v4/wxs" ref="RegistryKey" />
<xse:parent namespace="http://wixtoolset.org/schemas/v4/wxs" ref="RegistryValue" />
<xse:parent namespace="http://wixtoolset.org/schemas/v4/wxs" ref="ServiceInstall" />
Expand Down
5 changes: 0 additions & 5 deletions tools/SchemaValidator/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,7 @@
namespace WixBuildTools.SchemaValidator;

using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Reflection;
using System.Xml;
using System.Xml.Linq;
using System.Xml.Schema;

public sealed class Program
Expand Down

0 comments on commit 951e4d5

Please sign in to comment.