Skip to content

Commit ad3b7cf

Browse files
authored
Remove Stream class (#175)
***NO_CI***
1 parent b4c28a9 commit ad3b7cf

File tree

4 files changed

+0
-269
lines changed

4 files changed

+0
-269
lines changed

nanoFramework.CoreLibrary.NoReflection/CoreLibrary.NoReflection.nfproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,6 @@
122122
<Compile Include="..\nanoFramework.CoreLibrary\System\InvalidCastException.cs" Link="System\InvalidCastException.cs" />
123123
<Compile Include="..\nanoFramework.CoreLibrary\System\InvalidOperationException.cs" Link="System\InvalidOperationException.cs" />
124124
<Compile Include="..\nanoFramework.CoreLibrary\System\IO\IOException.cs" Link="System\IO\IOException.cs" />
125-
<Compile Include="..\nanoFramework.CoreLibrary\System\IO\SeekOrigin.cs" Link="System\IO\SeekOrigin.cs" />
126-
<Compile Include="..\nanoFramework.CoreLibrary\System\IO\Stream.cs" Link="System\IO\Stream.cs" />
127125
<Compile Include="..\nanoFramework.CoreLibrary\System\MarshalByRefObject.cs" Link="System\MarshalByRefObject.cs" />
128126
<Compile Include="..\nanoFramework.CoreLibrary\System\Math.cs" Link="System\Math.cs" />
129127
<Compile Include="..\nanoFramework.CoreLibrary\System\MulticastDelegate.cs" Link="System\MulticastDelegate.cs" />

nanoFramework.CoreLibrary/CoreLibrary.nfproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,6 @@
119119
<Compile Include="System\InvalidCastException.cs" />
120120
<Compile Include="System\InvalidOperationException.cs" />
121121
<Compile Include="System\IO\IOException.cs" />
122-
<Compile Include="System\IO\SeekOrigin.cs" />
123-
<Compile Include="System\IO\Stream.cs" />
124122
<Compile Include="System\MarshalByRefObject.cs" />
125123
<Compile Include="System\Math.cs" />
126124
<Compile Include="System\MulticastDelegate.cs" />

nanoFramework.CoreLibrary/System/IO/SeekOrigin.cs

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

nanoFramework.CoreLibrary/System/IO/Stream.cs

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

0 commit comments

Comments
 (0)