Skip to content

Commit

Permalink
remove unused usings
Browse files Browse the repository at this point in the history
  • Loading branch information
lambdageek committed Jul 19, 2024
1 parent dc1812c commit d4f6299
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
using System.Reflection.Metadata.Ecma335;
using Microsoft.Diagnostics.DataContractReader.Data;
using Microsoft.Diagnostics.DataContractReader.Contracts.RuntimeTypeSystem_1_NS;
using System.Security.Cryptography.X509Certificates;
using System.Diagnostics;

namespace Microsoft.Diagnostics.DataContractReader.Contracts;
Expand Down
3 changes: 0 additions & 3 deletions src/native/managed/cdacreader/src/Legacy/SOSDacImpl.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@

using Microsoft.Diagnostics.DataContractReader.Contracts;
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Diagnostics.Contracts;
using System.Runtime.InteropServices;
using System.Runtime.InteropServices.Marshalling;

Expand Down

0 comments on commit d4f6299

Please sign in to comment.