Skip to content

Commit eae683b

Browse files
committed
Move implementation into System.Net.Sockets namespace.
Signed-off-by: Bradley Grainger <[email protected]>
1 parent 2fdd3ac commit eae683b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/MySqlConnector/Utilities/UnixEndPoint.cs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,9 @@
3636
// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3737
//
3838

39-
using System.Net;
40-
using System.Net.Sockets;
4139
using System.Text;
4240

43-
namespace MySqlConnector.Utilities;
41+
namespace System.Net.Sockets;
4442

4543
internal sealed class UnixDomainSocketEndPoint : EndPoint
4644
{

0 commit comments

Comments
 (0)