Skip to content

Commit

Permalink
Remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Ganss committed Jan 18, 2022
1 parent 5485b25 commit cc81e3a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion XmlSchemaClassGenerator/ModelBuilder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,6 @@ private void CreateElements(IEnumerable<XmlSchemaElement> elements)
{
foreach (var rootElement in elements)
{
var typeSource = CodeUtilities.CreateUri(rootElement.ElementSchemaType.SourceUri);
var qualifiedName = rootElement.ElementSchemaType.QualifiedName;
if (qualifiedName.IsEmpty) { qualifiedName = rootElement.QualifiedName; }
var type = CreateTypeModel(rootElement.ElementSchemaType, qualifiedName);
Expand Down

0 comments on commit cc81e3a

Please sign in to comment.