Skip to content

Commit

Permalink
g3
Browse files Browse the repository at this point in the history
  • Loading branch information
czhower committed Jul 27, 2017
1 parent 636c575 commit ddbbd7f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion source/Kernel/Cosmos.System/Cosmos.System3.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

<ItemGroup>
<ProjectReference Include="..\Cosmos.HAL\Cosmos.HAL.csproj" />
<ProjectReference Include="..\Cosmos.Platform\Cosmos.Platform.csproj" />
<ProjectReference Include="..\Cosmos.Shared\Cosmos.Shared.csproj" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion source/Kernel/Cosmos.System/FileSystem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ public class FileSystem {
public string GetFileSomething() {
// Need to change to dynamic load to prevent compile time access
// and then call init.
Cosmos.Platform.TempHack.Init();
//Cosmos.Platform.TempHack.Init();

var x = Cosmos.HAL.SATA.New();
return x.GetSomethingNonPlatform() + " via FileSystem";
Expand Down

0 comments on commit ddbbd7f

Please sign in to comment.