Skip to content

Commit

Permalink
Remove VFS layer for cacerts.
Browse files Browse the repository at this point in the history
  • Loading branch information
wasabii committed Aug 12, 2024
1 parent f1f8ff1 commit c928ccb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 114 deletions.
113 changes: 0 additions & 113 deletions src/IKVM.Runtime/Vfs/VfsCacertsFile.cs

This file was deleted.

1 change: 0 additions & 1 deletion src/IKVM.Runtime/Vfs/VfsTable.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ public static VfsTable BuildDefaultTable(VfsContext context, string ikvmHome)

var table = new VfsTable(context);
table.AddMount(Path.Combine(ikvmHome, "assembly"), new VfsAssemblyDirectory(context));
//table.AddMount(Path.Combine(ikvmHome, "lib", "security", "cacerts"), new VfsCacertsFile(context));
return table;
#endif
}
Expand Down

0 comments on commit c928ccb

Please sign in to comment.