Skip to content

Commit

Permalink
disable using directive instead of deleting
Browse files Browse the repository at this point in the history
  • Loading branch information
smdn committed May 2, 2023
1 parent c7f3065 commit 838dc20
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
// SPDX-FileCopyrightText: 2022 smdn <smdn@smdn.jp>
// SPDX-License-Identifier: MIT
#if DEBUG
using System;
#endif
using System.Diagnostics;
using System.Net;
using System.Net.NetworkInformation;
Expand Down

0 comments on commit 838dc20

Please sign in to comment.