Skip to content

Commit

Permalink
Rmove unused usings
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-strecker-sonarsource committed May 3, 2022
1 parent abe8628 commit ac7e015
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,8 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/

using System;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.Globalization;
using System.Linq;
using Microsoft.CodeAnalysis;
using Microsoft.CodeAnalysis.CSharp;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,8 @@
*/

using System;
using System.Collections;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.Diagnostics.CodeAnalysis;
using System.Linq;
using System.Runtime.Serialization;

namespace SonarAnalyzer.Common
Expand Down

0 comments on commit ac7e015

Please sign in to comment.