Skip to content
This repository was archived by the owner on Dec 18, 2018. It is now read-only.

Commit c93c029

Browse files
author
Kai Ruhnau
committed
Cleanup
1 parent b34f4ce commit c93c029

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

src/Microsoft.AspNet.Server.Kestrel/Networking/UvStreamHandle.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
33

44
using System;
5-
using System.Diagnostics;
65
using System.Runtime.InteropServices;
76

87
namespace Microsoft.AspNet.Server.Kestrel.Networking

src/Microsoft.AspNet.Server.Kestrel/Networking/UvTcpHandle.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
// Copyright (c) Microsoft Open Technologies, Inc. All rights reserved.
22
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
33

4-
using System;
54
using System.Net;
65

76
namespace Microsoft.AspNet.Server.Kestrel.Networking

src/Microsoft.AspNet.Server.Kestrel/Networking/UvWriteRequest.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33

44
using System;
55
using System.Collections.Generic;
6-
using System.Diagnostics;
76
using System.Runtime.InteropServices;
87

98
namespace Microsoft.AspNet.Server.Kestrel.Networking

0 commit comments

Comments
 (0)