Skip to content

Commit eb6292c

Browse files
committed
Removing unused using stmts
1 parent 53afbc8 commit eb6292c

4 files changed

Lines changed: 0 additions & 4 deletions

File tree

src/CommandLine/Core/InstanceBuilder.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
// Copyright 2005-2015 Giacomo Stelluti Scala & Contributors. All rights reserved. See doc/License.md in the project root for license information.
22

33
using System;
4-
using System.Collections;
54
using System.Collections.Generic;
65
using System.Globalization;
76
using System.Linq;

src/CommandLine/Core/InstanceChooser.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
using System.Collections.Generic;
55
using System.Globalization;
66
using System.Linq;
7-
using CommandLine.Infrastructure;
87
using CSharpx;
98
using RailwaySharp.ErrorHandling;
109

src/CommandLine/Core/Tokenizer.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
// Copyright 2005-2015 Giacomo Stelluti Scala & Contributors. All rights reserved. See doc/License.md in the project root for license information.
22

33
using System;
4-
using System.Collections;
54
using System.Collections.Generic;
65
using System.Linq;
76
using CommandLine.Infrastructure;

src/CommandLine/Core/ValueMapper.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
using System;
44
using System.Collections.Generic;
55
using System.Linq;
6-
using CommandLine.Infrastructure;
76
using CSharpx;
87
using RailwaySharp.ErrorHandling;
98

0 commit comments

Comments
 (0)