Skip to content

Commit

Permalink
remove unused using statements (#1534)
Browse files Browse the repository at this point in the history
  • Loading branch information
reyang authored Nov 13, 2020
1 parent 89cfdf0 commit 6cc8e44
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 14 deletions.
1 change: 0 additions & 1 deletion examples/AspNet/Global.asax.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
using System.Web.Mvc;
using System.Web.Routing;
using OpenTelemetry;
using OpenTelemetry.Context.Propagation;
using OpenTelemetry.Exporter;
using OpenTelemetry.Trace;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@
using System;
using System.IO;
using System.Net.Sockets;
using System.Threading;
using System.Threading.Tasks;
using Thrift.Transport;

namespace OpenTelemetry.Exporter.Jaeger.Implementation
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
using System.Runtime.CompilerServices;
using System.Text;
using Microsoft.AspNetCore.Http;
using Microsoft.AspNetCore.Http.Features;
using OpenTelemetry.Context.Propagation;
using OpenTelemetry.Instrumentation.GrpcNetClient;
using OpenTelemetry.Trace;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
// limitations under the License.
// </copyright>
using System;
using System.Diagnostics;
using OpenTelemetry.Instrumentation.SqlClient.Implementation;

namespace OpenTelemetry.Instrumentation.SqlClient
Expand Down
5 changes: 0 additions & 5 deletions src/OpenTelemetry/BatchExportProcessorOptions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,6 @@
// limitations under the License.
// </copyright>

using System;
using System.Diagnostics;
using System.Threading;
using OpenTelemetry.Internal;

namespace OpenTelemetry
{
public class BatchExportProcessorOptions<T>
Expand Down
1 change: 0 additions & 1 deletion src/OpenTelemetry/Metrics/Aggregators/Aggregator.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
// </copyright>

using System;
using System.Diagnostics;
using System.Threading;
using OpenTelemetry.Metrics.Export;

Expand Down
1 change: 0 additions & 1 deletion test/Benchmarks/Exporter/ZipkinExporterBenchmarks.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
using BenchmarkDotNet.Attributes;
using Benchmarks.Helper;
using OpenTelemetry;
using OpenTelemetry.Benchmarks;
using OpenTelemetry.Exporter.Zipkin;
using OpenTelemetry.Internal;
using OpenTelemetry.Tests;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
// limitations under the License.
// </copyright>
using System.Diagnostics;
using System.Linq;
using OpenTelemetry.Instrumentation.GrpcNetClient;
using OpenTelemetry.Trace;
using Xunit;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@

using System;
using System.Diagnostics;
using System.Linq;
using System.Net.Http;
using System.Threading.Tasks;
using Greet;
Expand Down

0 comments on commit 6cc8e44

Please sign in to comment.