Skip to content

Commit 7f56ed2

Browse files
authored
Remove redundant using.
Signed-off-by: Xen <lordofxen@deskasoft.com>
1 parent 9aa64a6 commit 7f56ed2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

HashifyNet/Core/ICryptographicHashFunction.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@
2727
// ******************************************************************************
2828
// *
2929

30-
using System;
31-
3230
namespace HashifyNet
3331
{
3432
/// <summary>
@@ -39,3 +37,4 @@ public interface ICryptographicHashFunction<CName> : IHashFunction<CName>, ICryp
3937
}
4038
}
4139

40+

0 commit comments

Comments
 (0)