Skip to content

Commit

Permalink
Removed all unused usings.
Browse files Browse the repository at this point in the history
  • Loading branch information
MeltyPlayer committed Aug 12, 2024
1 parent 3e949c0 commit f81cc43
Show file tree
Hide file tree
Showing 30 changed files with 11 additions and 63 deletions.
4 changes: 1 addition & 3 deletions Schema Build Tests/readOnly/ReadOnlyReferences.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
using readOnly;

using schema.readOnly;
using schema.readOnly;


namespace foo.bar {
Expand Down
2 changes: 0 additions & 2 deletions Schema Tests/SchemaStructureParserTests.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
using Microsoft.CodeAnalysis;

using NUnit.Framework;


Expand Down
2 changes: 0 additions & 2 deletions Schema Tests/SchemaWriterGeneratorTests.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
using Microsoft.CodeAnalysis;

using NUnit.Framework;


Expand Down
2 changes: 0 additions & 2 deletions Schema Tests/binary/generator/VarianceGeneratorTests.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
using NUnit.Framework;

using schema.readOnly;


namespace schema.binary.text {
internal class VarianceGeneratorTests {
Expand Down
2 changes: 0 additions & 2 deletions Schema Tests/binary/io/NestedListsTests.cs
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
using System.Collections;
using System.Threading.Tasks;

using NUnit.Framework;

using System.Collections.Generic;
using System.Text;

using schema.util;
using schema.util.asserts;


Expand Down
4 changes: 1 addition & 3 deletions Schema Tests/util/strings/StringExtensionsTests.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
using System;

using NUnit.Framework;
using NUnit.Framework;


namespace schema.util.strings {
Expand Down
1 change: 0 additions & 1 deletion Schema/src/binary/BinarySchemaAnalyzer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@

using schema.util.symbols;
using schema.util.syntax;
using schema.util.types;


namespace schema.binary {
Expand Down
1 change: 0 additions & 1 deletion Schema/src/binary/BinarySchemaGenerator.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
using schema.util.generators;
using schema.util.symbols;
using schema.util.syntax;
using schema.util.types;


namespace schema.binary {
Expand Down
1 change: 0 additions & 1 deletion Schema/src/binary/BinarySchemaStructureParser.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
using schema.binary.parser;
using schema.binary.parser.asserts;
using schema.util.symbols;
using schema.util.types;


namespace schema.binary {
Expand Down
6 changes: 1 addition & 5 deletions Schema/src/binary/BinarySchemaSymbolUtil.cs
Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Linq;

using Microsoft.CodeAnalysis;

using schema.binary.attributes;
using schema.util.asserts;
using schema.util.symbols;
using schema.util.types;


namespace schema.binary {
Expand Down
5 changes: 1 addition & 4 deletions Schema/src/binary/Interfaces.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
using System.IO;


namespace schema.binary {
namespace schema.binary {
public interface IBinary { }

public interface IBinarySerializable : IBinary {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
using System;


namespace schema.binary.attributes {
namespace schema.binary.attributes {
public interface IIfBooleanAttribute {
IfBooleanSourceType SourceType { get; }

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
using System;


namespace schema.binary.attributes {
namespace schema.binary.attributes {
public enum IfBooleanSourceType {
UNSPECIFIED,
IMMEDIATE_VALUE,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
using System;


namespace schema.binary.attributes {
namespace schema.binary.attributes {
public class RIfBooleanAttribute : BMemberAttribute, IIfBooleanAttribute {
private readonly string? otherMemberName_;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using System;
using System.Runtime.CompilerServices;


namespace schema.binary.attributes {
Expand Down
3 changes: 1 addition & 2 deletions Schema/src/binary/attributes/string/StringEncodingType.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using System.IO;
using System.Text;
using System.Text;


namespace schema.binary.attributes {
Expand Down
2 changes: 0 additions & 2 deletions Schema/src/binary/parser/TypeInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,8 @@

using Microsoft.CodeAnalysis;

using schema.util;
using schema.util.asserts;
using schema.util.symbols;
using schema.util.types;


namespace schema.binary.parser {
Expand Down
1 change: 0 additions & 1 deletion Schema/src/binary/reader/EndianBinaryBufferedStream.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using System;
using System.Buffers.Binary;
using System.Runtime.CompilerServices;

using CommunityToolkit.HighPerformance;
Expand Down
2 changes: 0 additions & 2 deletions Schema/src/binary/reader/SchemaBinaryReader_New.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
using System;
using System.Runtime.CompilerServices;

using schema.util.asserts;


namespace schema.binary {
public sealed partial class SchemaBinaryReader {
Expand Down
3 changes: 1 addition & 2 deletions Schema/src/binary/reader/SchemaBinaryReader_Position.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using System;
using System.Runtime.CompilerServices;
using System.Runtime.CompilerServices;


namespace schema.binary {
Expand Down
1 change: 0 additions & 1 deletion Schema/src/binary/writer/SchemaBinaryWriter_Position.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using schema.util.data;
using schema.util;

using System.Collections.Generic;
using System.Linq;
Expand Down
1 change: 0 additions & 1 deletion Schema/src/text/reader/SchemaTextReader_NumberHex.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
using System.Linq;

using schema.util;
using schema.util.asserts;


Expand Down
5 changes: 1 addition & 4 deletions Schema/src/text/reader/SchemaTextReader_ReadChar.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
using schema.util.streams;


namespace schema.text.reader {
namespace schema.text.reader {
public sealed partial class SchemaTextReader {
private char? peekedChar_;

Expand Down
1 change: 0 additions & 1 deletion Schema/src/text/reader/SchemaTextReader_String.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
using System.Linq;
using System.Text;

using schema.util;
using schema.util.asserts;


Expand Down
1 change: 0 additions & 1 deletion Schema/src/util/AccessChainUtil.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
using schema.util.asserts;
using schema.util.diagnostics;
using schema.util.symbols;
using schema.util.types;


namespace schema.binary {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
using System;
using System.Collections.Generic;
using System.Text.RegularExpressions;

using Microsoft.CodeAnalysis;
using Microsoft.CodeAnalysis.CSharp.Syntax;
Expand Down
1 change: 0 additions & 1 deletion Schema/src/util/strings/StringExtensions.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
using System;
using System.Collections.Generic;
using System.Linq;

using schema.util.enumerables;

Expand Down
4 changes: 1 addition & 3 deletions Schema/src/util/symbols/BetterSymbolImpl.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
using System.Collections.Concurrent;

using Microsoft.CodeAnalysis;
using Microsoft.CodeAnalysis;
using Microsoft.CodeAnalysis.Diagnostics;

using schema.util.diagnostics;
Expand Down
1 change: 0 additions & 1 deletion Schema/src/util/symbols/NamedTypeSymbolUtil.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using System.Collections.Generic;
using System.Linq;
using System.Text;

using Microsoft.CodeAnalysis;
Expand Down
1 change: 0 additions & 1 deletion Schema/src/util/symbols/TypeParameterSymbolVarianceSet.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
using System;
using System.Collections.Generic;
using System.Linq;

using Microsoft.CodeAnalysis;

Expand Down

0 comments on commit f81cc43

Please sign in to comment.