Skip to content

Commit 1ff3ad0

Browse files
committed
Removed unused files, extrneous section in constructor.
1 parent 161cfa4 commit 1ff3ad0

File tree

4 files changed

+1
-205
lines changed

4 files changed

+1
-205
lines changed

jemalloc.Api/Extensions/TypeBuilderExtensions.cs

Lines changed: 0 additions & 191 deletions
This file was deleted.

jemalloc.Api/JemApi.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,10 +84,6 @@ public unsafe static partial class Jem
8484
#region Constructor
8585
static Jem()
8686
{
87-
if (!File.Exists(@".\jemallocd.dll"))
88-
{
89-
File.Copy(@"C:\Projects\jemalloc.NET\x64\Debug\jemallocd.dll", @".\jemallocd.dll");
90-
}
9187
__Internal.JeMallocMessage += messagesCallback;
9288
}
9389
#endregion

jemalloc.Api/NDArray.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
namespace jemalloc
66
{
7+
//WIP
78
public class NDArray<T> where T : struct
89
{
910
public NDArray(ulong points, int rank)

jemalloc.Tests/TensorTests.cs

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)