Skip to content

Commit

Permalink
Code cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
koculu committed Aug 25, 2022
1 parent aac52ed commit e257815
Show file tree
Hide file tree
Showing 18 changed files with 1,987 additions and 2,067 deletions.
2 changes: 0 additions & 2 deletions src/Tenray.LZ4/Core/LZ4Codec.Unsafe.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

namespace Tenray.LZ4.Core;

#if INCLUDE_UNSAFE
/// <summary>Unsafe LZ4 codec.</summary>
public static partial class LZ4Codec
{
Expand Down Expand Up @@ -626,4 +625,3 @@ public static byte[] Encode64HC(

#endregion
}
#endif
Loading

0 comments on commit e257815

Please sign in to comment.