Skip to content

Commit

Permalink
Remove Stream class (#175)
Browse files Browse the repository at this point in the history
***NO_CI***
  • Loading branch information
josesimoes authored Feb 17, 2022
1 parent b4c28a9 commit ad3b7cf
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 269 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,6 @@
<Compile Include="..\nanoFramework.CoreLibrary\System\InvalidCastException.cs" Link="System\InvalidCastException.cs" />
<Compile Include="..\nanoFramework.CoreLibrary\System\InvalidOperationException.cs" Link="System\InvalidOperationException.cs" />
<Compile Include="..\nanoFramework.CoreLibrary\System\IO\IOException.cs" Link="System\IO\IOException.cs" />
<Compile Include="..\nanoFramework.CoreLibrary\System\IO\SeekOrigin.cs" Link="System\IO\SeekOrigin.cs" />
<Compile Include="..\nanoFramework.CoreLibrary\System\IO\Stream.cs" Link="System\IO\Stream.cs" />
<Compile Include="..\nanoFramework.CoreLibrary\System\MarshalByRefObject.cs" Link="System\MarshalByRefObject.cs" />
<Compile Include="..\nanoFramework.CoreLibrary\System\Math.cs" Link="System\Math.cs" />
<Compile Include="..\nanoFramework.CoreLibrary\System\MulticastDelegate.cs" Link="System\MulticastDelegate.cs" />
Expand Down
2 changes: 0 additions & 2 deletions nanoFramework.CoreLibrary/CoreLibrary.nfproj
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,6 @@
<Compile Include="System\InvalidCastException.cs" />
<Compile Include="System\InvalidOperationException.cs" />
<Compile Include="System\IO\IOException.cs" />
<Compile Include="System\IO\SeekOrigin.cs" />
<Compile Include="System\IO\Stream.cs" />
<Compile Include="System\MarshalByRefObject.cs" />
<Compile Include="System\Math.cs" />
<Compile Include="System\MulticastDelegate.cs" />
Expand Down
29 changes: 0 additions & 29 deletions nanoFramework.CoreLibrary/System/IO/SeekOrigin.cs

This file was deleted.

236 changes: 0 additions & 236 deletions nanoFramework.CoreLibrary/System/IO/Stream.cs

This file was deleted.

0 comments on commit ad3b7cf

Please sign in to comment.