Skip to content

Commit

Permalink
removing C++ solution files
Browse files Browse the repository at this point in the history
  • Loading branch information
agracio committed Oct 29, 2024
1 parent 3c4966c commit 04437f5
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 464 deletions.
5 changes: 4 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -107,4 +107,7 @@ mochawesome.json
*.sln
xunit*.*
getVersion*.js
*.vcxproj
*.vcxproj
*.zip
CMakeLists.txt
CMake/
25 changes: 0 additions & 25 deletions EdgeJsCpp.sln

This file was deleted.

2 changes: 0 additions & 2 deletions src/double/Edge.js/dotnetcore/coreclrembedding.cs
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,6 @@ public struct EdgeBootstrapperContext
public delegate void CallV8FunctionDelegate(IntPtr payload, int payloadType, IntPtr v8FunctionContext, IntPtr callbackContext, IntPtr callbackDelegate);
public delegate void TaskCompleteDelegate(IntPtr result, int resultType, int taskState, IntPtr context);



[SecurityCritical]
public class CoreCLREmbedding
{
Expand Down
Loading

0 comments on commit 04437f5

Please sign in to comment.