Skip to content

Commit e4c9d34

Browse files
committed
removed unnecessary namespaces in C# code
1 parent 9fb6344 commit e4c9d34

2 files changed

Lines changed: 0 additions & 5 deletions

File tree

Naggum.Runtime/Cons.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1919
THE SOFTWARE. */
2020

2121
using System;
22-
using System.Collections.Generic;
23-
using System.Linq;
2422
using System.Text;
2523

2624
namespace Naggum.Runtime

Naggum.Runtime/Symbol.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
using System;
2-
using System.Collections.Generic;
3-
using System.Linq;
4-
using System.Text;
52

63
namespace Naggum.Runtime
74
{

0 commit comments

Comments
 (0)